Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/include Revert my kasan addition in this make...



details:   https://anonhg.NetBSD.org/src/rev/219ca7025a2b
branches:  trunk
changeset: 445524:219ca7025a2b
user:      maxv <maxv%NetBSD.org@localhost>
date:      Wed Oct 31 18:35:04 2018 +0000

description:
Revert my kasan addition in this makefile, it looks like it causes
asan.h to be installed, while we don't want it to be.

diffstat:

 sys/arch/amd64/include/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r b8cb24aaded4 -r 219ca7025a2b sys/arch/amd64/include/Makefile
--- a/sys/arch/amd64/include/Makefile   Wed Oct 31 16:11:29 2018 +0000
+++ b/sys/arch/amd64/include/Makefile   Wed Oct 31 18:35:04 2018 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.21 2018/10/31 06:26:26 maxv Exp $
+#      $NetBSD: Makefile,v 1.22 2018/10/31 18:35:04 maxv Exp $
 
 INCSDIR= /usr/include/amd64
 
-INCS=  ansi.h aout_machdep.h asan.h asm.h \
+INCS=  ansi.h aout_machdep.h asm.h \
        bootinfo.h bswap.h byte_swap.h \
        cdefs.h cpu.h cpu_rng.h\
        disklabel.h \



Home | Main Index | Thread Index | Old Index