|
Lines 249-256
Link Here
|
| 249 |
src_compile() { |
249 |
src_compile() { |
| 250 |
echo 'BUILT_SOURCES: $(BUILT_SOURCES)' > "${T}"/Makefile.extra |
250 |
echo 'BUILT_SOURCES: $(BUILT_SOURCES)' > "${T}"/Makefile.extra |
| 251 |
emake -f Makefile -f "${T}"/Makefile.extra BUILT_SOURCES |
251 |
emake -f Makefile -f "${T}"/Makefile.extra BUILT_SOURCES |
| 252 |
local targets=( |
252 |
local pretargets=( |
|
|
253 |
libsystemd-shared.la |
| 253 |
libudev-private.la |
254 |
libudev-private.la |
|
|
255 |
) |
| 256 |
local targets=( |
| 254 |
systemd-udevd |
257 |
systemd-udevd |
| 255 |
udevadm |
258 |
udevadm |
| 256 |
libudev.la |
259 |
libudev.la |
|
Lines 269-274
Link Here
|
| 269 |
use keymap && targets+=( keymap ) |
272 |
use keymap && targets+=( keymap ) |
| 270 |
use gudev && targets+=( libgudev-1.0.la ) |
273 |
use gudev && targets+=( libgudev-1.0.la ) |
| 271 |
|
274 |
|
|
|
275 |
emake "${pretargets[@]}" |
| 272 |
emake "${targets[@]}" |
276 |
emake "${targets[@]}" |
| 273 |
if use doc; then |
277 |
if use doc; then |
| 274 |
emake -C docs/libudev |
278 |
emake -C docs/libudev |