]> git.ipfire.org Git - thirdparty/glibc.git/commit
Make build-many-glibcs.py clean git source directories.
authorJoseph Myers <joseph@codesourcery.com>
Mon, 29 Jan 2018 13:59:33 +0000 (13:59 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Mon, 29 Jan 2018 13:59:33 +0000 (13:59 +0000)
commite3aa6999d7f59324dfca6131268825bc73ee0375
tree944f7ef3cd49717c7a7a8c85cc49d2435f6678f4
parent088de7d0091bdfac4b702ab2060289affc85d6a4
Make build-many-glibcs.py clean git source directories.

With the git checkouts of Hurd components in build-many-glibcs.py
involving running autoreconf, there's a risk that generated files
could be left behind by an old autoreconf run (if an old version of
the sources generates those files in the source directory but a new
version does not).

This patch avoids that by using git clean -dxfq when updating git
checkouts.  In this patch, that's conditional on --replace-sources, to
avoid removing any local not-checked-in files someone may have in
their checkout unless the option has been specifically passed that
says it's OK to blow old checkouts away, complete with any local
changes to them.

* scripts/build-many-glibcs.py (Context.git_checkout): Use git
clean -dxfq for git updates when replacing sources.
ChangeLog
scripts/build-many-glibcs.py