Source-Changes-HG archive

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

[src/trunk]: src/rescue Set NOSANITIZER in rescue/Makefile



details:   https://anonhg.NetBSD.org/src/rev/173f4efd71ea
branches:  trunk
changeset: 323572:173f4efd71ea
user:      kamil <kamil%NetBSD.org@localhost>
date:      Thu Jun 21 10:44:01 2018 +0000

description:
Set NOSANITIZER in rescue/Makefile

This is required to stop sanitizing rcmd.o and liboverride.o. These object
files will be linked into statically linked rescue.

diffstat:

 rescue/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r c051a00d1856 -r 173f4efd71ea rescue/Makefile
--- a/rescue/Makefile   Thu Jun 21 10:41:45 2018 +0000
+++ b/rescue/Makefile   Thu Jun 21 10:44:01 2018 +0000
@@ -1,4 +1,6 @@
-#      $NetBSD: Makefile,v 1.33 2017/10/08 15:02:33 christos Exp $
+#      $NetBSD: Makefile,v 1.34 2018/06/21 10:44:01 kamil Exp $
+
+NOSANITIZER=           # defined
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"



Home | Main Index | Thread Index | Old Index