Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Update a comment about OBJECT_FMT - some m68k machi...
details: https://anonhg.NetBSD.org/src/rev/8a25e0e54670
branches: trunk
changeset: 510515:8a25e0e54670
user: simonb <simonb%NetBSD.org@localhost>
date: Thu May 31 05:04:41 2001 +0000
description:
Update a comment about OBJECT_FMT - some m68k machines are ELF too.
diffstat:
share/mk/bsd.README | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 519840c685c9 -r 8a25e0e54670 share/mk/bsd.README
--- a/share/mk/bsd.README Thu May 31 04:35:30 2001 +0000
+++ b/share/mk/bsd.README Thu May 31 05:04:41 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.76 2001/03/10 11:00:37 fair Exp $
+# $NetBSD: bsd.README,v 1.77 2001/05/31 05:04:41 simonb Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the new make "include" files for the BSD
@@ -288,7 +288,8 @@
OBJECT_FMT Object file format. [set to "ELF" on architectures that
use ELF -- currently if ${MACHINE_ARCH} is "alpha",
"mipsel", "mipseb", "powerpc", "sparc", "sparc64",
- and "i386", or set to "a.out" on other architectures].
+ "i386" and some m68k machines, or set to "a.out" on
+ other architectures].
bsd.own.mk is generally useful when building your own Makefiles so that
Home |
Main Index |
Thread Index |
Old Index