bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #65359] submake might will lose variable values if their names cont


From: Martin Dorey
Subject: [bug #65359] submake might will lose variable values if their names contain special char
Date: Sun, 25 Feb 2024 23:01:59 -0500 (EST)

Follow-up Comment #4, bug#65359 (group make):

As demonstrated by eg:

martind@stormy:~/tmp/make-65359$ cat Makefile
export BADGER = wombat
default:; echo BADGER = $$BADGER
martind@stormy:~/tmp/make-65359$ 


Variables are communicated to subprocesses, be they Make, the shell or
otherwise, via the environment.  There is no other way.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?65359>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]