Ver código fonte

fix for build failure propagation

Don Porter 8 anos atrás
pai
commit
5a5a7e4eb5
1 arquivos alterados com 2 adições e 4 exclusões
  1. 2 4
      LibOS/shim/Makefile

+ 2 - 4
LibOS/shim/Makefile

@@ -10,7 +10,5 @@ endif
 
 .PHONY: $(targets)
 $(targets): src test
-	for d in src test; \
-	do \
-		make $@ -C $$d; \
-	done
+	make $@ -C src
+	make $@ -C test