This is the mail archive of the binutils@sourceware.org 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: bfd doc chew


Alan Modra <amodra@gmail.com> writes:

> I got tired of watching chew.c being compiled a dozen or more times
> each time I do a binutils build, and decided to do something about
> it.  The following gets rid of the recursive "make" compiling chew for
> every texi target, by using time-stamps.  This does mean a build from
> release sources will do a little more work, creating the time-stamps,
> but that doesn't seem too bad to me.
>
> Does anyone have any objections to this patch?
>
> 	* Makefile.am (MKDOC): Use $@ in command.
> 	(aoutx.texi): New rule, depend on aoutx.stamp.  Move old rule..
> 	(aoutx.stamp): .. to here.  Don't depend on chew.c, depend on MKDOC
> 	and omit recursive MAKE.  Use $< in command.

$< is a GNU make feature.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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