[bug #27381] wildcard function acts differently than in 3.81

2009-09-07 Thread Paul D. Smith
Follow-up Comment #2, bug #27381 (project make): The change to use GLOB_NOCHECK was made to work around a bug. I can't tell from the ChangeLog (or my memory) whether GLOB_NOSORT was also required as part of that or not. If not, it was probably done to increase efficiency; many of the uses of wi

[bug #27394] Unexpected "*** extraneous `endef'. Stop."

2009-09-07 Thread Paul D. Smith
Update of bug #27394 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

make- target specific variables

2009-09-07 Thread Venkata Rajasekharu
Hi all, makefile: - VAR = 1 $< 1 all : VAR += 2 $< 2 all: makefile echo $(VAR) --- bash-3.00$ make 1 1 2 makefile 2 Since VAR is a recursively defined variable its value should be evaluated during the command execution. But why it is not "1 mak

[bug #27396] add version of include that treats paths as relative to the included file's directory

2009-09-07 Thread anonymous
URL: Summary: add version of include that treats paths as relative to the included file's directory Project: make Submitted by: None Submitted on: Mon 07 Sep 2009 05:47:46 PM UTC Seve

[bug #27394] Unexpected "*** extraneous `endef'. Stop."

2009-09-07 Thread anonymous
URL: Summary: Unexpected "*** extraneous `endef'. Stop." Project: make Submitted by: None Submitted on: Mon 07 Sep 2009 03:12:39 PM UTC Severity: 3 - Normal Item Group: