mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
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:
parent
7bcd865d38
commit
652e737517
@ -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
3
units/.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user