Subject: Communicating Variables to a Sub-make To: None <netbsd-users@netbsd.org> From: Petar Bogdanovic <list+2007@smokva.net> List: netbsd-users Date: 11/04/2007 23:01:57
Hi,
the GNU-make syntax of exporting make-variables to a submake or a
subshell looks like:
export variable = value
or
variable = value
export variable
Is something similar possible with NetBSD make?
Thanks and regards,
Petar