瀏覽代碼

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.
Rich Felker 8 年之前
父節點
當前提交
b537e759ef
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Makefile

+ 2 - 0
Makefile

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