diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-12-19 19:29:38 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-12-19 19:29:38 +0000 |
commit | 51cd0ae7dbce241e6a7a6a1a543d471e5f77d9cf (patch) | |
tree | b1e070ee20a287ea00d9d0302d93dc8ee0bccfcf /binutils | |
parent | 7357af56938b245a9b569e7ab0e01b463348b819 (diff) | |
download | gdb-51cd0ae7dbce241e6a7a6a1a543d471e5f77d9cf.zip gdb-51cd0ae7dbce241e6a7a6a1a543d471e5f77d9cf.tar.gz gdb-51cd0ae7dbce241e6a7a6a1a543d471e5f77d9cf.tar.bz2 |
* mpw-make.sed: Use NewFolderRecursive for installation.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/mpw-make.sed | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9a64749..0f4a5ae 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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 diff --git a/binutils/mpw-make.sed b/binutils/mpw-make.sed index ea841b5..03abffe 100644 --- a/binutils/mpw-make.sed +++ b/binutils/mpw-make.sed @@ -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//'`\ |