projects
/
sudo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3f5616
)
Stop if make in a subdir fails
author
Todd C. Miller
<Todd.Miller@courtesan.com>
Tue, 4 May 2010 19:13:40 +0000
(15:13 -0400)
committer
Todd C. Miller
<Todd.Miller@courtesan.com>
Tue, 4 May 2010 19:13:40 +0000
(15:13 -0400)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index f149e9964e580fde646a0fedfdcaa98fea6de003..eb3b81b71065abdb1b2b08c634d45d683556ea8b 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-25,7
+25,7
@@
SUBDIRS = compat src plugins/sample plugins/sudoers doc
VERSION = @PACKAGE_VERSION@
all install: config.status
- for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done
+ for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@)
|| break
; done
ChangeLog:
hg log --style=changelog -b default > $@