sjg fc0df160d8 Simplify the exporting of VAR_CMD's via MAKEFLAGS.
We now just list the names of such variables in .MAKEOVERRIDES.
When we come to export MAKEFLAGS we quote the value of each exported variable
using :Q, using: ${.MAKEOVERRIDES:O:u:@v@$v=${$v:Q}@}
The :O:u suppresses duplicate names.
Also modifed Parse_DoVar to re-export MAKEFLAGS whenever .MAKEOVERRIDES
is assigned to so .MAKEOVERRIDES+= PATH will export PATH=${PATH:Q}
to the environment, while .MAKEOVERRIDES= will disable export of VAR_CMD's.
2001-06-10 02:31:00 +00:00
..
2001-06-05 11:37:20 +00:00
2001-06-10 00:17:51 +00:00
2001-06-05 11:40:04 +00:00
2001-06-05 11:40:04 +00:00
2001-06-05 11:40:04 +00:00
2001-06-05 11:40:04 +00:00
2001-06-05 12:01:33 +00:00
2001-06-03 04:02:34 +00:00
2001-06-05 11:56:28 +00:00