[bug #29885] MAKEFLAGS doen't pass commandline varaibles to sub-make

2010-05-14 Thread Paul D. Smith
Update of bug #29885 (project make): Status:None => Works for me Open/Closed:Open => Closed ___ Reply to this item at:

[bug #29885] MAKEFLAGS doen't pass commandline varaibles to sub-make

2010-05-14 Thread Paul D. Smith
Follow-up Comment #1, bug #29885 (project make): There is no makefile attached to this. However, everything works as I expect so I suspect there's a problem with your makefile. Example: tmp$ cat x2.mk recurse: ; $(MAKE) -f $(MAKEFILE_LIST) show show:; : $(MAKEFLAGS) tmp$ make -f x2.mk mak

[bug #29885] MAKEFLAGS doen't pass commandline varaibles to sub-make

2010-05-14 Thread Bill Cox
URL: Summary: MAKEFLAGS doen't pass commandline varaibles to sub-make Project: make Submitted by: llib_xoc Submitted on: Fri 14 May 2010 09:28:40 PM GMT Severity: 3 - Normal