Re: [systemd-devel] [PATCH v2] Makefile.am : Fix build issue with machines.target

2015-01-01 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Dec 31, 2014 at 06:02:12PM +0200, Philippe De Swert wrote:
> When doing "make clean" the unit/machines.target file gets deleted.
> This causes a build error later on when trying to rebuild systemd.
> V2: The file probably belongs to dist_systemunit_DATA
> ---
Applied.

Zbyszek

>  Makefile.am | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 28d2e4b..5f80306 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -506,7 +506,8 @@ dist_systemunit_DATA = \
>   units/systemd-udevd-control.socket \
>   units/systemd-udevd-kernel.socket \
>   units/system-update.target \
> - units/initrd-switch-root.target
> + units/initrd-switch-root.target \
> + units/machines.target
>  
>  if ENABLE_KDBUS
>  dist_systemunit_DATA += \
> @@ -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
> -- 
> 2.1.4
> 
> ___
> 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 v2] Makefile.am : Fix build issue with machines.target

2014-12-31 Thread Philippe De Swert
When doing "make clean" the unit/machines.target file gets deleted.
This causes a build error later on when trying to rebuild systemd.
V2: The file probably belongs to dist_systemunit_DATA
---
 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 28d2e4b..5f80306 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -506,7 +506,8 @@ dist_systemunit_DATA = \
units/systemd-udevd-control.socket \
units/systemd-udevd-kernel.socket \
units/system-update.target \
-   units/initrd-switch-root.target
+   units/initrd-switch-root.target \
+   units/machines.target
 
 if ENABLE_KDBUS
 dist_systemunit_DATA += \
@@ -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
-- 
2.1.4

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