diff options
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 |