Browse Source

fix for build failure propagation

Don Porter 7 years ago
parent
commit
5a5a7e4eb5
1 changed files with 2 additions and 4 deletions
  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