[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #29885] MAKEFLAGS doen't pass commandline varaibles to sub-make
From: |
Paul D. Smith |
Subject: |
[bug #29885] MAKEFLAGS doen't pass commandline varaibles to sub-make |
Date: |
Fri, 14 May 2010 23:10:42 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100402 Ubuntu/9.10 (karmic) Firefox/3.5.9 |
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
make -f x2.mk show
make[1]: Entering directory `/tmp'
: w
make[1]: Leaving directory `/tmp'
tmp$ make -f x2.mk FOO=bar
make -f x2.mk show
make[1]: Entering directory `/tmp'
: w -- FOO=bar
make[1]: Leaving directory `/tmp'
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?29885>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/