Re: [systemd-devel] [PATCH] units: move machines.target to dist_systemunit_DATA

2015-01-15 Thread Ronny Chevalier
2014-12-30 0:22 GMT+01:00 Filipe Brandenburger filbran...@google.com:
 Move units/machines.target from nodist_systemunit_DATA to 
 dist_systemunit_DATA,
 since it's not a generated file. Otherwise, `make clean` would remove the
 committed copy of the file.

 Tested that `./autogen.sh c` will not remove it and that `make distcheck` 
 works
 after this fix.
 ---

Hi,

Another patch has been applied fixing the same issue:
699b7227a2faeb9818e90e90837794aef18f9bef

Thanks

  Makefile.am | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

 diff --git a/Makefile.am b/Makefile.am
 index 8cdf1db..c12f2f6 100644
 --- a/Makefile.am
 +++ b/Makefile.am
 @@ -506,6 +506,7 @@ dist_systemunit_DATA = \
 units/systemd-udevd-control.socket \
 units/systemd-udevd-kernel.socket \
 units/system-update.target \
 +   units/machines.target \
 units/initrd-switch-root.target

  if ENABLE_KDBUS
 @@ -549,7 +550,6 @@ nodist_systemunit_DATA = \
 units/initrd-udevadm-cleanup-db.service \
 units/initrd-switch-root.service \
 units/systemd-nspawn@.service \
 -   units/machines.target \
 units/systemd-update-done.service

  if HAVE_UTMP
 --
 1.8.3.1

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


[systemd-devel] [PATCH] units: move machines.target to dist_systemunit_DATA

2014-12-29 Thread Filipe Brandenburger
Move units/machines.target from nodist_systemunit_DATA to dist_systemunit_DATA,
since it's not a generated file. Otherwise, `make clean` would remove the
committed copy of the file.

Tested that `./autogen.sh c` will not remove it and that `make distcheck` works
after this fix.
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 8cdf1db..c12f2f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -506,6 +506,7 @@ dist_systemunit_DATA = \
units/systemd-udevd-control.socket \
units/systemd-udevd-kernel.socket \
units/system-update.target \
+   units/machines.target \
units/initrd-switch-root.target
 
 if ENABLE_KDBUS
@@ -549,7 +550,6 @@ nodist_systemunit_DATA = \
units/initrd-udevadm-cleanup-db.service \
units/initrd-switch-root.service \
units/systemd-nspawn@.service \
-   units/machines.target \
units/systemd-update-done.service
 
 if HAVE_UTMP
-- 
1.8.3.1

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