aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1993-01-28 06:54:18 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1993-01-28 06:54:18 -0500
commitbcc81b85947619c18c6c2dca53e5fb676a25c2d9 (patch)
treeff5e9013badb75e792cb2c193228729fc3b7bd21 /gcc
parentd94f844d871a4184e4ad92b4902cdb002b342b90 (diff)
downloadgcc-bcc81b85947619c18c6c2dca53e5fb676a25c2d9.zip
gcc-bcc81b85947619c18c6c2dca53e5fb676a25c2d9.tar.gz
gcc-bcc81b85947619c18c6c2dca53e5fb676a25c2d9.tar.bz2
change instances of [.config] to [.config.vax].
From-SVN: r3374
Diffstat (limited to 'gcc')
-rw-r--r--gcc/vmsconfig.com18
1 files changed, 9 insertions, 9 deletions
diff --git a/gcc/vmsconfig.com b/gcc/vmsconfig.com
index 76b20fe..6d3128e 100644
--- a/gcc/vmsconfig.com
+++ b/gcc/vmsconfig.com
@@ -10,8 +10,8 @@ $ !
$ echo = "write sys$output"
$ !
$ if f$search("config.h") .nes. "" then delete config.h.*
-$ copy [.config]xm-vax-vms.h []config.h
-$ echo "Linked `config.h' to `[.config]xm-vax-vms.h'.
+$ copy [.config.vax]xm-vms.h []config.h
+$ echo "Linked `config.h' to `[.config.vax]xm-vms.h'.
$ !
$ if f$search("tconfig.h") .nes. "" then delete tconfig.h.*
$ create []tconfig.h
@@ -24,22 +24,22 @@ $ !
$ if f$search("hconfig.h") .nes. "" then delete hconfig.h.*
$ create []hconfig.h
$DECK
-/* hconfig.h == config.h :: target and host configurations are the same */
+/* hconfig.h == config.h :: host and target configurations are the same */
#include "config.h"
$EOD
$ echo "Created `hconfig.h'.
$ !
$ if f$search("tm.h") .nes. "" then delete tm.h.*
-$ copy [.config]vax-vms.h []tm.h
-$ echo "Linked `tm.h' to `[.config]vax-vms.h'.
+$ copy [.config.vax]vms.h []tm.h
+$ echo "Linked `tm.h' to `[.config.vax]vms.h'.
$ !
$ if f$search("md.") .nes. "" then delete md..*
-$ copy [.config]vax.md []md.
-$ echo "Linked `md' to `[.config]vax.md'.
+$ copy [.config.vax]vax.md []md.
+$ echo "Linked `md' to `[.config.vax]vax.md'.
$ !
$ if f$search("aux-output.c") .nes. "" then delete aux-output.c.*
-$ copy [.config]vax.c []aux-output.c
-$ echo "Linked `aux-output.c' to `[.config]vax.c'.
+$ copy [.config.vax]vax.c []aux-output.c
+$ echo "Linked `aux-output.c' to `[.config.vax]vax.c'.
$ !
$!
$!