summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-01-29 21:17:40 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-01-29 21:17:40 -0500
commit652e737517bbbae692923246aeb687e2d1f314ef (patch)
treeb8eab1e32743b67ea9ba5fa6c1691247abb0fd05
parent7bcd865d386d96caac83cb1c589fdb8f9ce3b081 (diff)
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.
-rw-r--r--Makefile.am3
-rw-r--r--units/.gitignore3
2 files changed, 6 insertions, 0 deletions
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