* mpw-config.in: New file, MPW configure fragment for binutils.

* mpw-make.in (install-only): New target.
	(install): Also depend on install-only.
This commit is contained in:
Stan Shebs 1994-06-28 02:20:40 +00:00
parent 066f301d5d
commit 6153f5bb58
3 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Mon Jun 27 19:18:25 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in: New file, MPW configure fragment for binutils.
* mpw-make.in (install-only): New target.
(install): Also depend on install-only.
Sat Feb 26 13:31:44 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make (install): Replace with MPW-specific actions.

7
binutils/mpw-config.in Normal file
View File

@ -0,0 +1,7 @@
# Configuration fragment for binutils.
Set target_arch `echo {target_canonical} | sed -e 's/-.*-.*//'`
# (should canonicalize arch name) */
Set archname ARCH_{target_arch}

View File

@ -458,7 +458,9 @@ etags tags \Option-f TAGS
TAGS \Option-f force
etags {INCDIR}:\Option-x.h "{srcdir}"\Option-x.[hc]
install \Option-f all
install \Option-f all install-only
install-only \Option-f
If "`Exists "{prefix}"`" == ""
Echo "{prefix}" does not exist, cannot install anything
Exit 1