This reverts commit v197-230-g652e737, because it broke parallel building. between v197-229 and v197-230; the man/sd_journal_get_data_threshold.3 issue seemed to have been fixed, but the objcopy problem persisted to date.
$ make -j16 [...] XSLT man/sd_seat_get_active.3 XSLT man/sd_get_seats.3 make[2]: *** No rule to make target `man/sd_journal_get_data_threshold.3', needed by `all-am'. Stop. make[2]: *** Waiting for unfinished jobs.... XSLT man/systemd-user-sessions.service.8 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 $ make -j16 [...] /usr/bin/objcopy: 'systemd': No such file make[2]: *** [org.freedesktop.systemd1.Manager.xml] Error 1 --- Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 37eeb01..ea605df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,9 +28,6 @@ SUBDIRS = . po # remove targets if the command fails .DELETE_ON_ERROR: -# keep intermediate files -.SECONDARY: - LIBUDEV_CURRENT=4 LIBUDEV_REVISION=0 LIBUDEV_AGE=3 -- 1.7.10.4 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
