add extract_all rule to top-level makefile

this is useful for preparing to automate multiple builds using shared
source trees. otherwise concurrent builds could clash attempting to
extract the same source trees.
This commit is contained in:
Rich Felker 2016-07-07 23:58:01 +00:00
parent f959bd47cd
commit b537e759ef
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ musl-git-%:
mv $@.tmp/$@ $@
rm -rf $@.tmp
extract_all: | $(SRC_DIRS)
# Rules for building.