Re: Possible minor bug in manual?

2011-04-17 Thread Paul Smith
On Fri, 2011-04-08 at 13:58 -0300, Federico Sanchez Pinzon wrote:
 from GNU Make manual: 3.6 (Overriding Part of Another Makefile):
  
 However, it is illegal for two makefiles to give different recipes for
 the same target.
  

Thanks.

-- 
---
 Paul D. Smith psm...@gnu.org  Find some GNU make tips at:
 http://www.gnu.org  http://make.mad-scientist.net
 Please remain calm...I may be mad, but I am a professional. --Mad Scientist


___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


Possible minor bug in manual?

2011-04-08 Thread Federico Sanchez Pinzon
I’ve just found what I think may be a very minor bug in the documentation.
I’ve read yesterday the GNU coding standards, and found the next line:



from GNU Coding standards: at the end of 6.1 (GNU Manuals):



Please do not use the term “*illegal*” to refer to erroneous input to a
computer program.

Please use “*invalid*” for this, and reserve the term “*illegal*” for
activities prohibited by law.





But then I was reading the GNU Make manual, and found this line:



from GNU Make manual: 3.6 (Overriding Part of Another Makefile):



However, it is *illegal* for two makefiles to give different recipes for the

same target.





Hope this tiny little thing is useful…

___

Ing. Federico I. Sánchez Pinzón

Nokia Siemens Networks

___
___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make