]> git.ipfire.org Git - thirdparty/make.git/commit
Enhance VMS exporting make environment variables.
authorHartmut Becker <becker.ismaning@freenet.de>
Wed, 3 Sep 2014 21:39:25 +0000 (23:39 +0200)
committerPaul Smith <psmith@gnu.org>
Sun, 7 Sep 2014 22:10:11 +0000 (18:10 -0400)
commitdcca1b5b0ef4d84460e1dfb583f1085cc1ce5b9c
tree636485ffeb8222a8316b46a83584948baef4b1c1
parent9cad73ad8289b5cac45cc0f3ddb07977dbdb0f14
Enhance VMS exporting make environment variables.

* config.h-vms.template: add feature macro USE_DCL_COM_FILE to always
write a DCL command file, enabled by default.
* vmsjobs.c: with USE_DCL_COM_FILE enabled write make variables as DCL
symbol assignments into the command file.  This enables printing
directory and make level info for recursive use of make. This also
enables forced DCL symbol substitution in the actions.
config.h-vms.template
vmsjobs.c