Explorar el Código

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 hace 8 años
padre
commit
b537e759ef
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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.