This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] run-cgen-all


   Date: Thu, 19 Dec 2002 20:04:02 -0500
   From: DJ Delorie <dj@delorie.com>

   > Okie doke, how's this?
   > 
   > 2002-12-19  Doug Evans  <dje@sebabeach.org>
   > 
   > 	* Makefile.am (CGEN_CPUS): New variable.
   > 	(run-cgen-all): New rule.
   > 	* Makefile.in: Regenerate.

   This looks fine, although the "|| exit 1" looks extraneous.

Doh!

-		($(MAKE) stamp-$$c || exit 1) ; \
+		$(MAKE) stamp-$$c || exit 1 ; \


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