diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-12-19 19:46:32 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-12-19 19:46:32 +0000 |
commit | 7885e8b3c9337d02ad709f840eda51ade82eecba (patch) | |
tree | 5bd39b61e283a63c8c7310ba3c2bf3105bc5fa7b /ld | |
parent | 51cd0ae7dbce241e6a7a6a1a543d471e5f77d9cf (diff) | |
download | gdb-7885e8b3c9337d02ad709f840eda51ade82eecba.zip gdb-7885e8b3c9337d02ad709f840eda51ade82eecba.tar.gz gdb-7885e8b3c9337d02ad709f840eda51ade82eecba.tar.bz2 |
* mpw-make.sed: Use NewFolderRecursive for installation.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/mpw-make.sed | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 17729b8..03d437f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +Wed Dec 18 22:57:35 1996 Stan Shebs <shebs@andros.cygnus.com> + + * mpw-make.sed: Use NewFolderRecursive for installation. + start-sanitize-v850 Fri Dec 13 14:08:50 1996 Michael Meissner <meissner@tiktok.cygnus.com> diff --git a/ld/mpw-make.sed b/ld/mpw-make.sed index 0d00fde..c919708 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\ |