Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Don't allow MD to override the assym.h generation r...



details:   https://anonhg.NetBSD.org/src/rev/7a21a471bf28
branches:  trunk
changeset: 340191:7a21a471bf28
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Wed Aug 26 02:54:09 2015 +0000

description:
Don't allow MD to override the assym.h generation rule.

(Nothing defines it except i386/bioscall/Makefile, but it is not part of
kernel build.)

diffstat:

 sys/conf/Makefile.kern.inc |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r bb6b82f77218 -r 7a21a471bf28 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Wed Aug 26 02:01:55 2015 +0000
+++ b/sys/conf/Makefile.kern.inc        Wed Aug 26 02:54:09 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.191 2015/08/25 08:01:18 uebayasi Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.192 2015/08/26 02:54:09 uebayasi Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -303,7 +303,6 @@
 ##
 ## (6) port independent targets and dependencies: assym.h, vers.o
 ##
-.if !target(assym.h)
 assym.h: ${GENASSYM_CONF} ${GENASSYM_EXTRAS}
        ${_MKTARGET_CREATE}
        cat ${GENASSYM_CONF} ${GENASSYM_EXTRAS} | \
@@ -311,7 +310,6 @@
            ${GENASSYM_CPPFLAGS} > assym.h.tmp && \
        mv -f assym.h.tmp assym.h
 ${MD_SFILES:C/\.[Ss]/.o/} ${SFILES:C/\.[Ss]/.o/}: assym.h
-.endif
 
 MKREPRO?=no
 



Home | Main Index | Thread Index | Old Index