Source-Changes-HG archive

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

[src/trunk]: src/sys evbppc port has been built with modules for some time no...



details:   https://anonhg.NetBSD.org/src/rev/f08e786d006e
branches:  trunk
changeset: 452069:f08e786d006e
user:      sevan <sevan%NetBSD.org@localhost>
date:      Mon Jun 17 17:01:50 2019 +0000

description:
evbppc port has been built with modules for some time now, drop explanation on
why it's not and the if statement to exclude it.

diffstat:

 sys/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r b5c6adc6a681 -r f08e786d006e sys/Makefile
--- a/sys/Makefile      Mon Jun 17 16:34:02 2019 +0000
+++ b/sys/Makefile      Mon Jun 17 17:01:50 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.83 2018/09/23 09:21:01 maxv Exp $
+#      $NetBSD: Makefile,v 1.84 2019/06/17 17:01:50 sevan Exp $
 
 .include <bsd.own.mk>
 
@@ -7,12 +7,9 @@
         netmpls netsmb \
        nfs opencrypto sys ufs uvm
 
-# interrupt implementation depends on the kernel within the port
-#.if (${MACHINE} != "evbppc")
 .if make(obj) || make(cleandir) || ${MKKMOD} != "no"
 SUBDIR+=modules
 .endif
-#.endif
 
 .if make(includes) || make(obj) || make(cleandir)
 SUBDIR+= rump



Home | Main Index | Thread Index | Old Index