2014-12-30 0:22 GMT+01:00 Filipe Brandenburger <[email protected]>: > 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/[email protected] \ > - units/machines.target \ > units/systemd-update-done.service > > if HAVE_UTMP > -- > 1.8.3.1 > > _______________________________________________ > systemd-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/systemd-devel _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
