* mpw-config.in: New file, MPW configure fragment for binutils.
authorStan Shebs <shebs@codesourcery.com>
Tue, 28 Jun 1994 02:20:40 +0000 (02:20 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 28 Jun 1994 02:20:40 +0000 (02:20 +0000)
* mpw-make.in (install-only): New target.
(install): Also depend on install-only.

binutils/ChangeLog.mpw
binutils/mpw-config.in [new file with mode: 0644]
binutils/mpw-make.in

index e7f523809f134618d6605a855740c3a1a16ecd53..405d03340fa3e60e4c1b12c34ed7bd5321c028dc 100644 (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.
diff --git a/binutils/mpw-config.in b/binutils/mpw-config.in
new file mode 100644 (file)
index 0000000..3cbe91c
--- /dev/null
@@ -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}
index 8e53997ffbccde88caf6ac79b6b80751d76863d9..5527d579d4bafceb9c0c6ace22e673097d5c75cf 100644 (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
This page took 0.036639 seconds and 4 git commands to generate.