Explorar el Código

fix for build failure propagation

Don Porter hace 8 años
padre
commit
5a5a7e4eb5
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  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