* mpw-make.sed: Use NewFolderRecursive for installation.
authorStan Shebs <shebs@codesourcery.com>
Thu, 19 Dec 1996 19:29:38 +0000 (19:29 +0000)
committerStan Shebs <shebs@codesourcery.com>
Thu, 19 Dec 1996 19:29:38 +0000 (19:29 +0000)
binutils/ChangeLog
binutils/mpw-make.sed
gas/ChangeLog
gas/mpw-make.sed

index 9a6474926c90fc38b91b9d29f91796acdba86464..0f4a5ae0c85d2f51557378739f4dec47b2e52d30 100644 (file)
@@ -10,6 +10,10 @@ Thu Dec 19 13:11:20 1996  Ian Lance Taylor  <ian@cygnus.com>
        (copy_main): Handle OPTION_WEAKEN.
        * binutils.texi, objcopy.1: Document --weaken.
 
+Wed Dec 18 22:49:13 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.sed: Use NewFolderRecursive for installation.
+
 Sat Dec  7 10:17:25 1996  Jeffrey A Law  (law@cygnus.com)
 
        * Makefile.in (install): Add "else true" clause to cater to
index ea841b5ed5c66fa537582616f64612ce740d26fd..03abffe18f8a23b8fc96db9b425bcb42813926b2 100644 (file)
@@ -90,13 +90,7 @@ stamps \\Option-f stamp-under\
 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}"\
        # Need to copy all the tools\
        For prog in {PROGS}\
                Set progname `echo {prog} | sed -e 's/.new//'`\
index 85776a04913fc574cbed3625f13b3c2321dd3447..7ed4842bbaa99e2856359c20a593f72114f7ce80 100644 (file)
@@ -5,6 +5,10 @@ Thu Dec 19 12:06:08 1996  Ian Lance Taylor  <ian@cygnus.com>
        the target symbol.  Remove obsolete code handling a special case
        for i386 PIC.
 
+Wed Dec 18 22:54:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
+
+       * mpw-make.sed: Use NewFolderRecursive for installation.
+
 start-sanitize-d10v
 Wed Dec 18 16:00:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
index e40bf746876cab17003de89e6c5081ef31c10437..16f12a5055009403a83bd206a842b4c828397dff 100644 (file)
@@ -88,13 +88,7 @@ stamps \\Option-f config-stamp\
 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 :as.new "{bindir}"as\
        Duplicate -y :gasp.new "{bindir}"gasp\
 
This page took 0.0339 seconds and 4 git commands to generate.