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]
Other format: [Raw text]

Re: [patch] toplevel Makefile.tpl cleanup 6/n


DJ Delorie wrote:
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.

Oook. Heh. Thank you...

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]