chiark / gitweb /
build-sys: keep intermediate files
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 30 Jan 2013 02:17:40 +0000 (21:17 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 30 Jan 2013 02:17:40 +0000 (21:17 -0500)
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.

Makefile.am
units/.gitignore

index f0149310330408ced1e5e212bc5ef3684e3395da..1f36aeea236aeaebf97af70fced1dcffe38a4137 100644 (file)
@@ -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
index 5e86d30113e1d896455c3c058c75aed1865b699e..b1e81ab08659a471122c94ff4469a296dee7ee2a 100644 (file)
@@ -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
 /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