[systemd-devel] [PATCH 1/9] build-sys: add sysusers.d/systemd.conf to CLEANFILES

Filipe Brandenburger filbranden at google.com
Mon Jun 16 20:54:46 PDT 2014


The sysusers.d/systemd.conf configuration file was originally introduced in
commit 1b99214789101, but it was not marked for cleanup.  This caused distcheck
to complain about the file not being removed by distcleam.

Tested: Successfully ran "make distcheck" with this patchset.
---
 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 0213c3846dca..68c579291dc0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1820,6 +1820,9 @@ EXTRA_DIST += \
 	units/systemd-sysusers.service.in \
 	sysusers.d/systemd.conf.in
 
+CLEANFILES += \
+	sysusers.d/systemd.conf
+
 INSTALL_DIRS += \
 	$(sysusersdir)
 endif
-- 
1.9.3



More information about the systemd-devel mailing list