[PATCH v2 util-modular] release.sh: create a worktree structure that's out of reach of libtool
Emil Velikov
emil.l.velikov at gmail.com
Wed Mar 8 23:29:01 UTC 2017
On 8 March 2017 at 22:23, Peter Hutterer <peter.hutterer at who-t.net> wrote:
> The comment in the diff says it all, we need to put our worktree root at least
> two directories away from our normal checkout because most repos don't have
> AC_CONFIG_AUX_DIR() set.
>
> This fixes the issue of release.sh failing in git trees that haven't been git
> cleaned:
>
> ERROR: files left in build directory after distclean:
> ./config.sub
> ./test-driver
> ./ltmain.sh
> ./config.guess
> ./install-sh
> ./missing
> ./depcomp
> ./compile
> make[1]: *** [distcleancheck] Error 1
> make: *** [distcheck] Error 1
>
> Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
> ---
> Changes to v1:
> - now with new and improved typos :)
> - add note about AC_CONFIG_AUX_DIR
> - change path to release/$section/, section is the only thing we have
> available this early
>
Thanks for the update.
For a second I was wondering about $version and remembers that we get
it after make dist{,check}.
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
-Emil
More information about the xorg-devel
mailing list