Module Name:    src
Committed By:   christos
Date:           Fri May  4 14:50:18 UTC 2018

Modified Files:
        src/tools: Makefile.host

Log Message:
revert previous, breaks llvm build and not easy to fix.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/tools/Makefile.host

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/Makefile.host
diff -u src/tools/Makefile.host:1.33 src/tools/Makefile.host:1.34
--- src/tools/Makefile.host:1.33	Tue May  1 15:59:46 2018
+++ src/tools/Makefile.host	Fri May  4 10:50:18 2018
@@ -1,6 +1,11 @@
-#	$NetBSD: Makefile.host,v 1.33 2018/05/01 19:59:46 christos Exp $
+#	$NetBSD: Makefile.host,v 1.34 2018/05/04 14:50:18 christos Exp $
 
-.include <bsd.hostinit.mk>
+NOINFO=         # defined
+NOLINT=         # defined
+NOMAN=          # defined
+MKREPRO=no	# Native toolchain might be unable to do it
+
+.include <bsd.own.mk>
 
 .ifndef NOCOMPATLIB
 # Use TOOLDIR copy of libnbcompat and associated *.h files

Reply via email to