Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/sys/conf Pull up revision 1.55 (requested by atatat in ...
details: https://anonhg.NetBSD.org/src/rev/c4f18f93cb32
branches: netbsd-2-0
changeset: 561991:c4f18f93cb32
user: he <he%NetBSD.org@localhost>
date: Thu Jul 15 19:26:25 2004 +0000
description:
Pull up revision 1.55 (requested by atatat in ticket #661):
Make uudecode into a tool which can be used to build a
kernel and redo the athhal-elf.o handling to take advantage
of it. This means that bsd.files.mk is no longer included
by Makefile.i386 so CFLAGS will not be duplicated.
diffstat:
sys/conf/Makefile.kern.inc | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 40b8522a8ed6 -r c4f18f93cb32 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc Thu Jul 15 19:22:52 2004 +0000
+++ b/sys/conf/Makefile.kern.inc Thu Jul 15 19:26:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.51.2.1 2004/04/29 04:21:26 jmc Exp $
+# $NetBSD: Makefile.kern.inc,v 1.51.2.2 2004/07/15 19:26:25 he Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -29,6 +29,7 @@
OBJDUMP?= objdump
CSCOPE?= cscope
MKID?= mkid
+UUDECODE?= ${TOOL_UUDECODE:Uuudecode}
.MAKEOVERRIDES+=USETOOLS # make sure proper value is propagated
_MKMSG?= @\#
Home |
Main Index |
Thread Index |
Old Index