[systemd-devel] [PATCH] build-sys: Stop depending on current configure options for EXTRA_DIST

Martin Pitt martin.pitt at ubuntu.com
Thu May 28 03:16:07 PDT 2015


Hello all,

for the quest of doing daily builds/distcheck/etc. on Debian/Ubuntu I
started running distcheck on current trunk. It failed with

  GEN      units/kmod-static-nodes.service
make[3]: *** No rule to make target 'units/systemd-sysusers.service.in', needed by 'units/systemd-sysusers.service'.  Stop.

because I apparently ./configure'd my checkout with a few --disable-*.
But "make dist" really ought to not depend on my configure options.
The problem is that several (not all) of the EXTRA_DIST are
conditional.

This patch makes them all unconditional, so that "make dist" should
produce more reliable tarballs.

Martin

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-build-sys-Stop-depending-on-current-configure-option.patch
Type: text/x-diff
Size: 8692 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/systemd-devel/attachments/20150528/1cd85eba/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/systemd-devel/attachments/20150528/1cd85eba/attachment.sig>


More information about the systemd-devel mailing list