entered into RCS
authorCharles Hannum <mycroft@gnu.org>
Thu, 21 May 1992 17:45:16 +0000 (17:45 +0000)
committerCharles Hannum <mycroft@gnu.org>
Thu, 21 May 1992 17:45:16 +0000 (17:45 +0000)
From-SVN: r1038

gcc/vmsconfig.com

index e3a8f2848938efcb5727d2ce965dd201e755ad34..7be922b8e39391b2b9a8d0aee1a318c78a2fd00f 100644 (file)
@@ -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)