Source-Changes-HG archive

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

[src/trunk]: src/tools revert previous, breaks llvm build and no...



details:   https://anonhg.NetBSD.org/src/rev/2ef2d8a4141e
branches:  trunk
changeset: 318747:2ef2d8a4141e
user:      christos <christos%NetBSD.org@localhost>
date:      Fri May 04 14:50:18 2018 +0000
description:
revert previous, breaks llvm build and not easy to fix.

diffstat:

 tools/Makefile.host |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 93043f46c92a -r 2ef2d8a4141e tools/Makefile.host
--- a/tools/Makefile.host       Fri May 04 14:23:19 2018 +0000
+++ b/tools/Makefile.host       Fri May 04 14:50:18 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index