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

2014-06-20 Thread Lennart Poettering
On Mon, 16.06.14 20:54, Filipe Brandenburger (filbran...@google.com) wrote:

Thanks! Applied this one!

 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


Lennart

-- 
Lennart Poettering, Red Hat
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


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

2014-06-16 Thread Filipe Brandenburger
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

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel