[bug #30809] Documention for "6.8 Defining Multi-Line Variables" indicates to use "define VARIABLE ="

2010-08-18 Thread Paul D. Smith
Update of bug #30809 (project make): Status:None => Not A Bug Open/Closed:Open => Closed ___ Follow-up Comment #1: The documentation onl

[bug #30809] Documention for "6.8 Defining Multi-Line Variables" indicates to use "define VARIABLE ="

2010-08-18 Thread anonymous
URL: Summary: Documention for "6.8 Defining Multi-Line Variables" indicates to use "define VARIABLE =" Project: make Submitted by: None Submitted on: Thu 19 Aug 2010 03:53:35 AM UTC S

Re: "mixed implicit and normal rules"

2010-08-18 Thread Paul Smith
On Wed, 2010-08-18 at 07:17 -0500, Peter Fales wrote: > A user has complained about Makefiles that broke when we updated from > make-8.31 to make-3.82, demonstrated by this sample Makefile: > Help %:: > @$(ShowTargets) > As I understand it, this is intended to catch the unspecifed target

[bug #30807] $(LDFLAGS) used in implicit linking rule

2010-08-18 Thread anonymous
Follow-up Comment #1, bug #30807 (project make): Sorry, the subject line was meant to read "$(LDLIBS) used by implicit linking rule", i.e, LDLIBS instead of LDFLAGS. ___ Reply to this item at:

"mixed implicit and normal rules"

2010-08-18 Thread Peter Fales
A user has complained about Makefiles that broke when we updated from make-8.31 to make-3.82, demonstrated by this sample Makefile: define ShowTargets echo "Hello World!" endef .PHONY : Help Help %:: @$(ShowTargets) ==

[bug #30807] $(LDFLAGS) used in implicit linking rule

2010-08-18 Thread anonymous
URL: Summary: $(LDFLAGS) used in implicit linking rule Project: make Submitted by: None Submitted on: Mi 18 Aug 2010 12:45:46 UTC Severity: 3 - Normal Item Group: Docume