Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump IOCONFIG comes from .CURDIR
details: https://anonhg.NetBSD.org/src/rev/43ae571cb0a5
branches: trunk
changeset: 751952:43ae571cb0a5
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Feb 09 16:16:26 2010 +0000
description:
IOCONFIG comes from .CURDIR
diffstat:
sys/rump/Makefile.rump | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r cbc71b91317c -r 43ae571cb0a5 sys/rump/Makefile.rump
--- a/sys/rump/Makefile.rump Tue Feb 09 16:01:17 2010 +0000
+++ b/sys/rump/Makefile.rump Tue Feb 09 16:16:26 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.48 2010/02/03 21:15:39 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.49 2010/02/09 16:16:26 pooka Exp $
#
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
@@ -105,7 +105,7 @@
# This is useful mainly for devices.
.if !empty(IOCONFIG)
ioconf.c: ${IOCONFIG}
- ${TOOL_CONFIG} -b ${.OBJDIR} -s ${RUMPTOP}/.. ${IOCONFIG}
+ ${TOOL_CONFIG} -b ${.OBJDIR} -s ${RUMPTOP}/.. ${.CURDIR}/${IOCONFIG}
# config doesn't change the files if they're unchanged. however,
# here we want to satisfy our make dependency, so force a
# timestamp update
Home |
Main Index |
Thread Index |
Old Index