Re: GNU Make version 3.79.1 bug
This bug has been fixed in CVS. The fix will be available in the next release of GNU make. -- --- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://m
GNU Make version 3.79.1 bug
Hello! The following test demonstates a problem in Gnu make 3.79.1 It is a combination of recursive make, overriding variables for targets and += operator. does someone have fix/work-around for this? thanks, MST /tmp>cat make.bug var = 1 export var %: $(MAKE) -f test.bug x: var += a /tm