Source-Changes-HG archive

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

[src/netbsd-9]: src/distrib/i386/ramdisks/common Pull up following revision(s...



details:   https://anonhg.NetBSD.org/src/rev/9ae515527e78
branches:  netbsd-9
changeset: 458262:9ae515527e78
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Aug 29 16:48:44 2019 +0000

description:
Pull up following revision(s) (requested by kamil in ticket #121):

        distrib/i386/ramdisks/common/Makefile.ramdisk: revision 1.14

Set NOSANITIZER in i386 ramdisk image

diffstat:

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

diffs (11 lines):

diff -r 13442f056e24 -r 9ae515527e78 distrib/i386/ramdisks/common/Makefile.ramdisk
--- a/distrib/i386/ramdisks/common/Makefile.ramdisk     Thu Aug 29 16:45:25 2019 +0000
+++ b/distrib/i386/ramdisks/common/Makefile.ramdisk     Thu Aug 29 16:48:44 2019 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile.ramdisk,v 1.13 2018/03/13 02:22:43 mrg Exp $
+#      $NetBSD: Makefile.ramdisk,v 1.13.4.1 2019/08/29 16:48:44 martin Exp $
+
+NOSANITIZER=   # defined
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"



Home | Main Index | Thread Index | Old Index