URL: <http://savannah.gnu.org/bugs/?41813>
Summary: Mult-line override define failing on VMS. Project: make Submitted by: wb8tyw Submitted on: Sun 09 Mar 2014 07:26:57 PM GMT Severity: 3 - Normal Item Group: Bug Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any Component Version: 4.0 Operating System: VMS Fixed Release: None Triage Status: None _______________________________________________________ Details: The second line of a multi-line override is failing on VMS. It is passing through to the operating system the "@" character that is supposed to be inhibiting reporting of the recipe line. This is causing VMS to look for a command file instead of the command. run_command_with_output(/lcl_root/make/tests/work/features/override.log_3,): mak e -f /lcl_root/make/tests/work/features/override.mk_2 "foo=Hello" run_command_with_output returned 512. Error running make (expected 0; got 512): make -f /lcl_root/make/tests/work/feat ures/override.mk_2 "foo=Hello" Comparing Output ........ FAILED (3/4 passed) EAGLE> make -f /lcl_root/make/tests/work/features/override.mk_2 "foo=Hello" First comes the definition. %DCL-E-OPENIN, error opening LCL_ROOT:[make.tests]echo.COM; as input -RMS-E-FNF, file not found /lcl_root/make/tests/work/features/override.mk_2:6: recipe for target 'all' failed _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?41813> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/ _______________________________________________ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make