Source-Changes-HG archive

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

[src/trunk]: src/sys/modules Remove the rest of my local change that somehow ...



details:   https://anonhg.NetBSD.org/src/rev/f0920290de2f
branches:  trunk
changeset: 446204:f0920290de2f
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue Nov 27 06:31:15 2018 +0000

description:
Remove the rest of my local change that somehow snuck in to an
earlier commit.

diffstat:

 sys/modules/Makefile |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 8111b6b7087d -r f0920290de2f sys/modules/Makefile
--- a/sys/modules/Makefile      Tue Nov 27 05:39:00 2018 +0000
+++ b/sys/modules/Makefile      Tue Nov 27 06:31:15 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.212 2018/11/27 05:39:00 msaitoh Exp $
+#      $NetBSD: Makefile,v 1.213 2018/11/27 06:31:15 pgoyette Exp $
 
 .include <bsd.own.mk>
 
@@ -432,13 +432,6 @@
 SUBDIR+=       vioscsi
 .endif
 
-# We need these four locally   XXX-PRG
-.if ${MACHINE_ARCH} == "x86_64"
-SUBDIR+=       ld
-SUBDIR+=       ld_nvme
-SUBDIR+=       nvme
-.endif
-
 SUBDIR+=       examples        # build these regularly to avoid bit-rot
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index