Source-Changes-HG archive

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

[src/trunk]: src/lib/libpthread But set NOSANITIZER



details:   https://anonhg.NetBSD.org/src/rev/5927c0029129
branches:  trunk
changeset: 323321:5927c0029129
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jun 09 23:45:56 2018 +0000

description:
But set NOSANITIZER

diffstat:

 lib/libpthread/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 68303c7331c0 -r 5927c0029129 lib/libpthread/Makefile
--- a/lib/libpthread/Makefile   Sat Jun 09 22:41:55 2018 +0000
+++ b/lib/libpthread/Makefile   Sat Jun 09 23:45:56 2018 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.89 2018/06/09 22:41:55 christos Exp $
+#      $NetBSD: Makefile,v 1.90 2018/06/09 23:45:56 christos Exp $
 #
 
-#NOSANITIZER=  # defined
+NOSANITIZER=   # defined
 WARNS?=        5
 LIB=   pthread
 



Home | Main Index | Thread Index | Old Index