From 2f77c93351cbc60110b099f5c3dd8393e997db06 Mon Sep 17 00:00:00 2001 From: Charles Hannum Date: Thu, 21 May 1992 17:45:16 +0000 Subject: [PATCH] entered into RCS From-SVN: r1038 --- gcc/vmsconfig.com | 6 ++++++ 1 file changed, 6 insertions(+) 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) -- 2.30.2