* mpw-make.sed: Use NewFolderRecursive for installation.

This commit is contained in:
Stan Shebs 1996-12-19 19:29:38 +00:00
parent 7357af5693
commit 51cd0ae7db
4 changed files with 10 additions and 14 deletions

View 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

View 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//'`\

View 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>

View 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\