Author: bdrewery
Date: Sat Jun  3 23:13:46 2017
New Revision: 319559
URL: https://svnweb.freebsd.org/changeset/base/319559

Log:
  native-xtools: Connect makewhatis.
  
  This speeds up some port staging, namely perl.

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1  Sat Jun  3 22:39:50 2017        (r319558)
+++ head/Makefile.inc1  Sat Jun  3 23:13:46 2017        (r319559)
@@ -1964,7 +1964,7 @@ NXBMAKE=  ${NXBENV} ${MAKE} \
                MACHINE=${TARGET} MACHINE_ARCH=${TARGET_ARCH} \
                MK_GDB=no MK_TESTS=no \
                SSP_CFLAGS= \
-               MK_HTML=no NO_LINT=yes MK_MAN=no \
+               MK_HTML=no NO_LINT=yes MK_MAN=no MK_MAN_UTILS=yes \
                -DNO_PIC MK_PROFILE=no -DNO_SHARED \
                -DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
                MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \
@@ -2038,6 +2038,8 @@ native-xtools: .PHONY
     usr.bin/lex \
     usr.bin/limits \
     usr.bin/lorder \
+    ${_libopenbsd} \
+    ${_makewhatis} \
     usr.bin/mktemp \
     usr.bin/mt \
     usr.bin/patch \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to