From: Zbigniew Jędrzejewski-Szmek Date: Wed, 30 Jan 2013 02:17:40 +0000 (-0500) Subject: build-sys: keep intermediate files X-Git-Tag: v198~368 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=652e737517bbbae692923246aeb687e2d1f314ef build-sys: keep intermediate files Sometimes it is useful to look at them, and they don't take up any significant amount of space. Keeping them also avoids the message about files being removed at the end of make run. --- diff --git a/Makefile.am b/Makefile.am index f01493103..1f36aeea2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,6 +28,9 @@ SUBDIRS = . po # remove targets if the command fails .DELETE_ON_ERROR: +# keep intermediate files +.SECONDARY: + LIBUDEV_CURRENT=3 LIBUDEV_REVISION=1 LIBUDEV_AGE=2 diff --git a/units/.gitignore b/units/.gitignore index 5e86d3011..b1e81ab08 100644 --- a/units/.gitignore +++ b/units/.gitignore @@ -6,6 +6,7 @@ /systemd-hibernate.service /systemd-suspend.service /console-getty.service +/console-getty.service.m4 /systemd-journald.service /user@.service /systemd-logind.service @@ -13,9 +14,11 @@ /systemd-timedated.service /systemd-hostnamed.service /console-shell.service +/console-shell.service.m4 /systemd-sysctl.service /systemd-ask-password-console.service /rescue.service +/rescue.service.m4 /systemd-ask-password-wall.service /systemd-quotacheck.service /quotaon.service