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 not easy to fix.



details:   https://anonhg.NetBSD.org/src/rev/9bacccb76e7d
branches:  trunk
changeset: 832250:9bacccb76e7d
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 d9f333249185 -r 9bacccb76e7d 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