* mpw-make.sed: Use NewFolderRecursive for installation.
This commit is contained in:
parent
51cd0ae7db
commit
7885e8b3c9
@ -5,6 +5,10 @@ Thu Dec 19 09:38:56 1996 Mark Alexander <marka@cygnus.com>
|
||||
when using MSVC++.
|
||||
(common_open): Fix help string.
|
||||
|
||||
Wed Dec 18 23:01:32 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||
|
||||
* mpw-make.sed: Use NewFolderRecursive for installation.
|
||||
|
||||
Sat Dec 14 20:50:01 1996 Mark Alexander <marka@cygnus.com>
|
||||
|
||||
* mips-tdep.c (mips_push_arguments): Handle floating point args.
|
||||
|
@ -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\
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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\
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user