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

2019-04-24 Thread Jens Seidel
Follow-up Comment #2, bug #29885 (project make): Now add $(info MAKEFLAGS=${MAKEFLAGS}) $(info MAKEOVERRIDES=${MAKEOVERRIDES}) to the top part of the makefile: $ make -f x2.mk FOO=bar MAKEFLAGS= MAKEOVERRIDES=FOO=bar make -f x2.mk show make[1]: Entering directory '/build/seidel/FaceVACS-Exp

[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