Re: Shorter and less error-prone rule for automatic prerequisite generation in the GNU Make manual

2010-05-03 Thread Edward Welbourne
>>> The fix for that has been documented for years on Paul's webpage, and >>> is most easily done now with gcc's -MP option. >> >> URL ? > http://make.paulandlesley.org/autodep.html#norule Thanks. > (That explains the problem and what needs to be put in the dependency > files to solve it, and th

Multiple rules for one target (wildcard related)

2010-05-03 Thread Håkan Kvist
Hi. This problem is found with GNU Make 3.81, on Ubuntu GNU/Linux 8.10 x86. 4.11 Multiple Rules for One Target One file can be the target of several rules. All the prerequisites mentioned in all the rules are merged into one list of prerequisites for the target. If the target is older than any pr

Re: Shorter and less error-prone rule for automatic prerequisite generation in the GNU Make manual

2010-05-03 Thread Robert Jørgensgaard Engdahl
--- Robert Jørgensgaard Engdahl Cum Laude MSc. C.S. SW-Developer, R&D Video Services & Applications Bang & Olufsen A/S Peter Bangs Vej 15 DK-7600 Struer Denmark Phone: (+45) 96 84 44 05 Internal phone: 454405 e-mail: r...@bang-olufsen.dk Location: Factory 1 - West Philip Guenther wrote on

Re: Multiple rules for one target (wildcard related)

2010-05-03 Thread Paul Smith
On Mon, 2010-05-03 at 09:13 +0200, Håkan Kvist wrote: > Hi. > > This problem is found with GNU Make 3.81, on Ubuntu GNU/Linux 8.10 > x86. > > 4.11 Multiple Rules for One Target > One file can be the target of several rules. All the prerequisites > mentioned in all the rules are merged into one li

Re: Multiple rules for one target (wildcard related)

2010-05-03 Thread Paul Smith
On Mon, 2010-05-03 at 08:35 -0400, Paul Smith wrote: > Look at the section in the GNU make manual on pattern rules to see what > it means to have a pattern rule with no prerequisites: it's something > very different. I meant, "pattern rule with no _recipe_", sorry about that! --

[bug #29757] Target-specific variables change their flavor

2010-05-03 Thread anonymous
URL: Summary: Target-specific variables change their flavor Project: make Submitted by: None Submitted on: Mon 03 May 2010 06:42:21 PM UTC Severity: 3 - Normal Item Grou