diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-06-28 02:20:40 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-06-28 02:20:40 +0000 |
commit | 6153f5bb58b969b4753acc25d8088b15700472fe (patch) | |
tree | 585af042d693bf10ba0a845a88cebc50dc5f76cb /binutils | |
parent | 066f301d5db3e822c28ae3db7554a246c6f456fe (diff) | |
download | gdb-6153f5bb58b969b4753acc25d8088b15700472fe.zip gdb-6153f5bb58b969b4753acc25d8088b15700472fe.tar.gz gdb-6153f5bb58b969b4753acc25d8088b15700472fe.tar.bz2 |
* mpw-config.in: New file, MPW configure fragment for binutils.
* mpw-make.in (install-only): New target.
(install): Also depend on install-only.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog.mpw | 6 | ||||
-rw-r--r-- | binutils/mpw-config.in | 7 | ||||
-rw-r--r-- | binutils/mpw-make.in | 4 |
3 files changed, 16 insertions, 1 deletions
diff --git a/binutils/ChangeLog.mpw b/binutils/ChangeLog.mpw index e7f5238..405d033 100644 --- a/binutils/ChangeLog.mpw +++ b/binutils/ChangeLog.mpw @@ -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. diff --git a/binutils/mpw-config.in b/binutils/mpw-config.in new file mode 100644 index 0000000..3cbe91c --- /dev/null +++ b/binutils/mpw-config.in @@ -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} diff --git a/binutils/mpw-make.in b/binutils/mpw-make.in index 8e53997..5527d57 100644 --- a/binutils/mpw-make.in +++ b/binutils/mpw-make.in @@ -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 |