From 65b3f74b6f3785da6173a18f85c89b9d92f28338 Mon Sep 17 00:00:00 2001 From: paulg Date: Tue, 5 Dec 2006 16:52:24 +0000 Subject: [PATCH] Initialize the test_root variable so that the output of the pwd command is not used to determine the working dir. This avoids getting percent and sharp sign characters into the pathnames. Make really doesn't like sharp signs in pathnames. git-svn-id: file:///home/svn/build-farm/trunk@487 1e5ffdc8-eadd-0310-9daa-9cb4117fe24b --- m104.fns | 4 ++++ m12.fns | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/m104.fns b/m104.fns index fc3cb83..acdca15 100644 --- a/m104.fns +++ b/m104.fns @@ -14,6 +14,10 @@ export LDFLAGS="-specs=/s/pg/bf/posix/command_library/pg.specs" # avoid vos bug ac-79 export ac_cv_prog_cc_ccache_gcc_c_o=yes +# ensure vos pathnames do not contain % or # characters +# workaround until vos suggestion posix-1014 is implemented +test_root=/build_farm + ############################ # configure the tree # VOS: modified to print message and invoke bash explicitly diff --git a/m12.fns b/m12.fns index fc3cb83..acdca15 100644 --- a/m12.fns +++ b/m12.fns @@ -14,6 +14,10 @@ export LDFLAGS="-specs=/s/pg/bf/posix/command_library/pg.specs" # avoid vos bug ac-79 export ac_cv_prog_cc_ccache_gcc_c_o=yes +# ensure vos pathnames do not contain % or # characters +# workaround until vos suggestion posix-1014 is implemented +test_root=/build_farm + ############################ # configure the tree # VOS: modified to print message and invoke bash explicitly -- 2.34.1