From 51cd0ae7dbce241e6a7a6a1a543d471e5f77d9cf Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 19 Dec 1996 19:29:38 +0000 Subject: [PATCH] * mpw-make.sed: Use NewFolderRecursive for installation. --- binutils/ChangeLog | 4 ++++ binutils/mpw-make.sed | 8 +------- gas/ChangeLog | 4 ++++ gas/mpw-make.sed | 8 +------- 4 files changed, 10 insertions(+), 14 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9a6474926c..0f4a5ae0c8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -10,6 +10,10 @@ Thu Dec 19 13:11:20 1996 Ian Lance Taylor (copy_main): Handle OPTION_WEAKEN. * binutils.texi, objcopy.1: Document --weaken. +Wed Dec 18 22:49:13 1996 Stan Shebs + + * 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 ea841b5ed5..03abffe18f 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//'`\ diff --git a/gas/ChangeLog b/gas/ChangeLog index 85776a0491..7ed4842bba 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -5,6 +5,10 @@ Thu Dec 19 12:06:08 1996 Ian Lance Taylor the target symbol. Remove obsolete code handling a special case for i386 PIC. +Wed Dec 18 22:54:39 1996 Stan Shebs + + * mpw-make.sed: Use NewFolderRecursive for installation. + start-sanitize-d10v Wed Dec 18 16:00:42 1996 Martin M. Hunt diff --git a/gas/mpw-make.sed b/gas/mpw-make.sed index e40bf74687..16f12a5055 100644 --- a/gas/mpw-make.sed +++ b/gas/mpw-make.sed @@ -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\ -- 2.34.1