Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Provide a default definition of OBJDUMP - bsd.kmod....



details:   https://anonhg.NetBSD.org/src/rev/1485d2b567ba
branches:  trunk
changeset: 581076:1485d2b567ba
user:      riz <riz%NetBSD.org@localhost>
date:      Mon May 23 21:58:21 2005 +0000

description:
Provide a default definition of OBJDUMP - bsd.kmod.mk expects it.
Approved by heas.

diffstat:

 share/mk/bsd.README |  4 +++-
 share/mk/bsd.sys.mk |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 65e8812bf04a -r 1485d2b567ba share/mk/bsd.README
--- a/share/mk/bsd.README       Mon May 23 19:05:00 2005 +0000
+++ b/share/mk/bsd.README       Mon May 23 21:58:21 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.167 2005/04/15 03:04:53 lukem Exp $
+#      $NetBSD: bsd.README,v 1.168 2005/05/23 21:58:21 riz Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the new make "include" files for the BSD
@@ -1246,6 +1246,8 @@
 
 OBJCOPY                Copy and translate object files.  [objcopy]
 
+OBJDUMP                Display information from object files.  [objdump]
+
 RANLIB         Generate index to archive.  [ranlib]
 
 SHELL          Shell.  [sh]
diff -r 65e8812bf04a -r 1485d2b567ba share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Mon May 23 19:05:00 2005 +0000
+++ b/share/mk/bsd.sys.mk       Mon May 23 21:58:21 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.sys.mk,v 1.116 2005/04/05 11:56:09 tron Exp $
+#      $NetBSD: bsd.sys.mk,v 1.117 2005/05/23 21:58:21 riz Exp $
 #
 # Build definitions used for NetBSD source tree builds.
 
@@ -89,6 +89,7 @@
 ELF2ECOFF?=    elf2ecoff
 MKDEP?=                mkdep
 OBJCOPY?=      objcopy
+OBJDUMP?=      objdump
 STRIP?=                strip
 
 AWK?=          awk



Home | Main Index | Thread Index | Old Index