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.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-01-29 21:17:40 -05:00
parent 7bcd865d38
commit 652e737517
2 changed files with 6 additions and 0 deletions

View 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

3
units/.gitignore vendored
View 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
@ -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