Make: break directly on compile warning

This commit is contained in:
Olof hagsand 2025-01-23 12:21:12 +01:00
parent 2831be4153
commit 2d709378f7
4 changed files with 21 additions and 7 deletions

View file

@ -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); \