소스 검색

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/$@ $@
 	rm -rf $@.tmp
 
+extract_all: | $(SRC_DIRS)
+
 
 # Rules for building.