This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: honoring non-zero exit codes from the intl subdir


* 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]