This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch: honoring non-zero exit codes from the intl subdir
- To: "Kaveh R. Ghazi" <ghazi at caip dot rutgers dot edu>
- Subject: Re: Patch: honoring non-zero exit codes from the intl subdir
- From: Philipp Thomas <pthomas at suse dot de>
- Date: Sun, 4 Jun 2000 15:47:11 +0200
- Cc: gcc-patches at gcc dot gnu dot org
- References: <200006041326.JAA10778@caip.rutgers.edu>
* Kaveh R. Ghazi (ghazi@caip.rutgers.edu) [20000604 15:27]:
> 2000-06-04 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
>
> * Makefile.in (intl.*): Honor non-zero exit codes in the intl
> subdir.
>
> --- aix-test/egcs-CVS20000603/gcc/Makefile.in Sat Jun 3 22:59:39 2000
> +++ egcs-CVS20000603/gcc/Makefile.in Sun Jun 4 08:40:49 2000
> @@ -1764,6 +1764,7 @@ intl.all intl.install intl.uninstall int
> target=`expr $@ : 'intl.\(.*\)'` && \
> echo "(cd $$d && $(MAKE) $$target)" && \
> (cd $$d && AWK='$(AWK)' $(MAKE) $(SUBDIR_FLAGS_TO_PASS) $$target); \
> + if test $? != 0 ; then exit 1 ; fi ; \
> done
>
> # intl.distdir doesn't copy the intl makefiles (since they aren't distributed),
That's OK, please install.
Philipp
--
Philipp Thomas <pthomas@suse.de>
Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany
#define NINODE 50 /* number of in core inodes */
#define NPROC 30 /* max number of processes */
-- Version 7 UNIX fuer PDP 11, /usr/include/sys/param.h