* mpw-make.sed: Use NewFolderRecursive for installation.
authorStan Shebs <shebs@codesourcery.com>
Thu, 19 Dec 1996 19:46:32 +0000 (19:46 +0000)
committerStan Shebs <shebs@codesourcery.com>
Thu, 19 Dec 1996 19:46:32 +0000 (19:46 +0000)
gdb/ChangeLog
gdb/mpw-make.sed
ld/ChangeLog
ld/mpw-make.sed

index 6b67e7876baeb4f21951dddb679974b8380162e8..968f31cecdb9e6ee45fcb606bcb4af305df57c7f 100644 (file)
@@ -5,6 +5,10 @@ Thu Dec 19 09:38:56 1996  Mark Alexander  <marka@cygnus.com>
        when using MSVC++.
        (common_open): Fix help string.
 
+Wed Dec 18 23:01:32 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.sed: Use NewFolderRecursive for installation.
+
 Sat Dec 14 20:50:01 1996  Mark Alexander  <marka@cygnus.com>
 
        * mips-tdep.c (mips_push_arguments): Handle floating point args.
index e5c61c93be696172f50f8b3849bec142a802e078..b19526829e68be7506e8b67da5e94659f6542b21 100644 (file)
@@ -150,6 +150,7 @@ readline_headers =\
 install \\Option-f all install-only\
 \
 install-only \\Option-f \
+       NewFolderRecursive "{bindir}"\
        Duplicate -y gdb "{bindir}"gdb\
        If "`Exists SiowGDB`" != ""\
                Duplicate -y SiowGDB "{bindir}"SiowGDB\
index 17729b8103dddb02608297abdf164142e85113fb..03d437ff072a528b72d0bf9b76aa15d30378bfa0 100644 (file)
@@ -1,3 +1,7 @@
+Wed Dec 18 22:57:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.sed: Use NewFolderRecursive for installation.
+
 start-sanitize-v850
 Fri Dec 13 14:08:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
index 0d00fde523008bb7b29bb6bb0d793e0515ce59b2..c91970839a9cd9bfd5fc928896179272784dbd63 100644 (file)
 install \\Option-f  all install-only\
 \
 install-only \\Option-f\
-       If "`Exists "{prefix}"`" == ""\
-               Echo "{prefix}" does not exist, cannot install anything\
-               Exit 1\
-       End If\
-       If "`Exists "{bindir}"`" == ""\
-               NewFolder "{bindir}"\
-       End If\
+       NewFolderRecursive "{bindir}"\
        Duplicate -y :ld.new "{bindir}"ld\