From 6153f5bb58b969b4753acc25d8088b15700472fe Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 28 Jun 1994 02:20:40 +0000 Subject: [PATCH] * mpw-config.in: New file, MPW configure fragment for binutils. * mpw-make.in (install-only): New target. (install): Also depend on install-only. --- binutils/ChangeLog.mpw | 6 ++++++ binutils/mpw-config.in | 7 +++++++ binutils/mpw-make.in | 4 +++- 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 binutils/mpw-config.in diff --git a/binutils/ChangeLog.mpw b/binutils/ChangeLog.mpw index e7f523809f..405d03340f 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 0000000000..3cbe91cccb --- /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 8e53997ffb..5527d579d4 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 -- 2.34.1