Makefile.in (intl.*): Honor non-zero exit codes in the intl subdir.
* Makefile.in (intl.*): Honor non-zero exit codes in the intl subdir. From-SVN: r34393
This commit is contained in:
parent
84d6d72f82
commit
031926e2a3
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* Makefile.in (intl.*): Honor non-zero exit codes in the intl
|
||||
subdir.
|
||||
|
||||
S2000-06-03 Geoff Keating <geoffk@cygnus.com>
|
||||
|
||||
* alias.c (record_component_aliases): Don't inspect
|
||||
|
|
|
@ -1764,6 +1764,7 @@ intl.all intl.install intl.uninstall intl.distdir \
|
|||
target=`expr $@ : 'intl.\(.*\)'` && \
|
||||
echo "(cd $$d && $(MAKE) $$target)" && \
|
||||
(cd $$d && AWK='$(AWK)' $(MAKE) $(SUBDIR_FLAGS_TO_PASS) $$target); \
|
||||
if [ $$? -eq 0 ] ; then true ; else exit 1 ; fi ; \
|
||||
done
|
||||
|
||||
# intl.distdir doesn't copy the intl makefiles (since they aren't distributed),
|
||||
|
|
Loading…
Add table
Reference in a new issue