Source-Changes-HG archive

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

[src/trunk]: src/distrib/amd64/ramdisks/common Specify NOSANITIZER in distrib...



details:   https://anonhg.NetBSD.org/src/rev/94ad209134ec
branches:  trunk
changeset: 833346:94ad209134ec
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Jun 21 11:48:05 2018 +0000

description:
Specify NOSANITIZER in distrib/amd64/ramdisks/common

This option cannot be set in distrib/common/Makefile.distrib as it's too
late, after including <bsd.own.mk> that will set MKSANITIZER.

This makes generation of ramdisk for amd64 with MKSANITIZER=yes successful.

diffstat:

 distrib/amd64/ramdisks/common/Makefile.ramdisk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 3f62149f6eea -r 94ad209134ec distrib/amd64/ramdisks/common/Makefile.ramdisk
--- a/distrib/amd64/ramdisks/common/Makefile.ramdisk    Thu Jun 21 11:24:38 2018 +0000
+++ b/distrib/amd64/ramdisks/common/Makefile.ramdisk    Thu Jun 21 11:48:05 2018 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile.ramdisk,v 1.11 2015/10/07 14:09:04 martin Exp $
+#      $NetBSD: Makefile.ramdisk,v 1.12 2018/06/21 11:48:05 kamil Exp $
+
+NOSANITIZER=   # defined
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"



Home | Main Index | Thread Index | Old Index