Module Name:    src
Committed By:   jmcneill
Date:           Thu Aug 11 22:38:25 UTC 2011

Modified Files:
        src/sys/arch/usermode/conf: Makefile.usermode

Log Message:
Instead of trying to override vers.o target, set NVFLAGS=-n


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/usermode/conf/Makefile.usermode

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/usermode/conf/Makefile.usermode
diff -u src/sys/arch/usermode/conf/Makefile.usermode:1.6 src/sys/arch/usermode/conf/Makefile.usermode:1.7
--- src/sys/arch/usermode/conf/Makefile.usermode:1.6	Thu Aug 11 22:30:41 2011
+++ src/sys/arch/usermode/conf/Makefile.usermode	Thu Aug 11 22:38:25 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.usermode,v 1.6 2011/08/11 22:30:41 jmcneill Exp $
+# $NetBSD: Makefile.usermode,v 1.7 2011/08/11 22:38:25 jmcneill Exp $
 
 MACHINE_ARCH=			usermode
 USETOOLS?=			no
@@ -38,13 +38,7 @@
 		${_MKSHECHO}\
 		${CC} ${COPTS} -Wl,-Map,$@.map -o $@ '$${SYSTEM_OBJ}' '$${EXTRA_OBJ}' vers.o; \
 		${CC} ${COPTS} -Wl,-Map,$@.map -o $@ ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
-
-newvers: vers.o
-vers.o: ${SYSTEM_DEP} ${SYSTEM_SWAP_DEP} $S/conf/newvers.sh $S/conf/osrelease.sh
-	${_MKMSG_CREATE} vers.c
-	${HOST_SH} $S/conf/newvers.sh -n ${_NVFLAGS}
-	${_MKTARGET_COMPILE}
-	${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c
+NVFLAGS=	-n
 
 ##
 ## (6) port specific target dependencies

Reply via email to