This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [971016]: Simplification to gcc's Makefile.in: compare targets
- To: Manfred Hollstein <manfred at s-direktnet dot de>
- Subject: Re: [971016]: Simplification to gcc's Makefile.in: compare targets
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sun, 26 Oct 1997 11:30:55 -0700
- cc: egcs-bugs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <9710240615.AA24499@lts.sel.alcatel.de>you write:
> Sorry, my last patch introduces a bug because I overlooked that there
> are actually two separate `for' runs, hence $stage is undefined for
> the SUBDIRS loop. This version should be correct:
>
> Fri Oct 24 08:11:58 1997 Manfred Hollstein <manfred@s-direktnet.de>
>
> * Makefile.in (compare, compare-lean, compare3): Combined to on
> e
> ruleset determining actions to be performed via $@.
> (compare4, compare4-lean): New targets.
> (gnucompare, gnucompare3): Combined to one ruleset determining
> actions to be performed via $@. Also, note which files failed
> the comparison test in .bad_compare.
> (gnucompare-lean, gnucompare3-lean, gnucompare4-lean): New targ
Thanks! I've installed this.
jeff