[systemd-devel] [PATCH] units: move machines.target to dist_systemunit_DATA
Ronny Chevalier
chevalier.ronny at gmail.com
Thu Jan 15 09:44:38 PST 2015
2014-12-30 0:22 GMT+01:00 Filipe Brandenburger <filbranden at 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 at .service \
> - units/machines.target \
> units/systemd-update-done.service
>
> if HAVE_UTMP
> --
> 1.8.3.1
>
> _______________________________________________
> systemd-devel mailing list
> systemd-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/systemd-devel
More information about the systemd-devel
mailing list