summaryrefslogtreecommitdiff
path: root/gcc/vmsconfig.com
diff options
context:
space:
mode:
authormycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-21 17:45:16 +0000
committermycroft <mycroft@138bc75d-0d04-0410-961f-82ee72b054a4>1992-05-21 17:45:16 +0000
commit5719804ea267dfc4bf3a46ec4d50514208c1c023 (patch)
tree7257880b66772b01d3a8937f0de992a0db572c39 /gcc/vmsconfig.com
parentd7330690eb255f549a13c5019ecb9950c755a1f1 (diff)
downloadgcc-5719804ea267dfc4bf3a46ec4d50514208c1c023.tar.gz
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1038 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/vmsconfig.com')
-rw-r--r--gcc/vmsconfig.com6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/vmsconfig.com b/gcc/vmsconfig.com
index e3a8f284893..7be922b8e39 100644
--- a/gcc/vmsconfig.com
+++ b/gcc/vmsconfig.com
@@ -65,6 +65,12 @@ $! possible compilers. We do this by editing the file Makefile.in, and
$! generating the relevant files from it.
$!
$!
+$! Make a copy of the makefile if the sources are on a disk that is NFS
+$! mounted on a unix machine.
+$if f$search("Makefile.in").eqs."" .and. f$search("$M$akefile.in").nes."" -
+ then copy $M$akefile.in Makefile.in
+$!
+$!
$echo "Now processing Makefile.in to generate linker option files."
$edit/tpu/nojournal/nosection/nodisplay/command=sys$input
PROCEDURE generate_option_file (TAG_NAME, outfile)