Make: break directly on compile warning
This commit is contained in:
parent
2831be4153
commit
2d709378f7
4 changed files with 21 additions and 7 deletions
|
|
@ -54,7 +54,7 @@ depend:
|
|||
do (cd $$i; $(MAKE) $(MFLAGS) depend); done
|
||||
|
||||
$(SUBDIRS):
|
||||
(cd $@; $(MAKE) $(MFLAGS) all)
|
||||
(cd $@; $(MAKE) $(MFLAGS) all || exit 1)
|
||||
|
||||
install:
|
||||
for i in $(SUBDIRS); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue