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] toplevel Makefile.tpl cleanup 6/n


> Obvious rearrangement and commenting; it's best if these are right up 
> top where they're easily identified.
> 
> 	* Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.
> 	* Makefile.in: Regenerate.

This one turns out to be wrong.  .NOEXPORT: is a target.  You made it
the first target.  Now if you type "make" (except for GNU make) it
rebuilds the file ".NOEXPORT" and quits.

Please move the pseudo-targets down past the first real target.  Given
that top-of-file is bad, bottom-of-file is probably the next best
place (i.e. where they started out from).


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