mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 18:08:23 +00:00
Stop if make in a subdir fails
This commit is contained in:
parent
e3f561668f
commit
b60b28abd1
@ -25,7 +25,7 @@ SUBDIRS = compat src plugins/sample plugins/sudoers doc
|
|||||||
VERSION = @PACKAGE_VERSION@
|
VERSION = @PACKAGE_VERSION@
|
||||||
|
|
||||||
all install: config.status
|
all install: config.status
|
||||||
for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done
|
for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@) || break; done
|
||||||
|
|
||||||
ChangeLog:
|
ChangeLog:
|
||||||
hg log --style=changelog -b default > $@
|
hg log --style=changelog -b default > $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user