Module Name:    src
Committed By:   cube
Date:           Wed May 13 18:06:26 UTC 2009

Modified Files:
        src/sys/conf: Makefile.kern.inc

Log Message:
Nothing has used config_time.h since 1/8/2008.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/sys/conf/Makefile.kern.inc

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

Modified files:

Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.123 src/sys/conf/Makefile.kern.inc:1.124
--- src/sys/conf/Makefile.kern.inc:1.123	Mon Mar 30 16:34:19 2009
+++ src/sys/conf/Makefile.kern.inc	Wed May 13 18:06:26 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.kern.inc,v 1.123 2009/03/30 16:34:19 perry Exp $
+#	$NetBSD: Makefile.kern.inc,v 1.124 2009/05/13 18:06:26 cube Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -271,10 +271,6 @@
 	${CC} ${CFLAGS} ${CPPFLAGS} ${PROF} -c vers.c
 .endif
 
-.if !target(config_time.h)
-BUILDSYMLINKS+=	config_time.src config_time.h
-.endif
-
 .if defined(MEMORY_DISK_IMAGE)
 md_root_image.h: ${MEMORY_DISK_IMAGE}
 	${_MKTARGET_CREATE}

Reply via email to