forked from Imagelibrary/binutils-gdb
* 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:
@@ -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
7
binutils/mpw-config.in
Normal 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}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user