projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0406e3
)
Modifié Makefile pour terminer immédiatement en cas d'erreur (pour ne pas continuer...
author
gobo72
<gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sun, 13 Mar 2011 14:32:02 +0000
(14:32 +0000)
committer
gobo72
<gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sun, 13 Mar 2011 14:32:02 +0000
(14:32 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
933338d
..
cd1e6e7
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-28,7
+28,7
@@
endif
all:
@for k in $(STAGES); do \
- make -C stage$${k} $(MAKECMDGOALS); \
+ make -C stage$${k} $(MAKECMDGOALS)
|| exit 1
; \
done
$(MAKECMDGOALS): all