From 7885e8b3c9337d02ad709f840eda51ade82eecba Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 19 Dec 1996 19:46:32 +0000 Subject: [PATCH] * mpw-make.sed: Use NewFolderRecursive for installation. --- gdb/ChangeLog | 4 ++++ gdb/mpw-make.sed | 1 + ld/ChangeLog | 4 ++++ ld/mpw-make.sed | 8 +------- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6b67e7876b..968f31cecd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -5,6 +5,10 @@ Thu Dec 19 09:38:56 1996 Mark Alexander when using MSVC++. (common_open): Fix help string. +Wed Dec 18 23:01:32 1996 Stan Shebs + + * mpw-make.sed: Use NewFolderRecursive for installation. + Sat Dec 14 20:50:01 1996 Mark Alexander * mips-tdep.c (mips_push_arguments): Handle floating point args. diff --git a/gdb/mpw-make.sed b/gdb/mpw-make.sed index e5c61c93be..b19526829e 100644 --- a/gdb/mpw-make.sed +++ b/gdb/mpw-make.sed @@ -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\ diff --git a/ld/ChangeLog b/ld/ChangeLog index 17729b8103..03d437ff07 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +Wed Dec 18 22:57:35 1996 Stan Shebs + + * mpw-make.sed: Use NewFolderRecursive for installation. + start-sanitize-v850 Fri Dec 13 14:08:50 1996 Michael Meissner diff --git a/ld/mpw-make.sed b/ld/mpw-make.sed index 0d00fde523..c91970839a 100644 --- a/ld/mpw-make.sed +++ b/ld/mpw-make.sed @@ -80,13 +80,7 @@ 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\