Author: bdrewery
Date: Fri Jun 23 16:38:18 2017
New Revision: 320273
URL: https://svnweb.freebsd.org/changeset/base/320273

Log:
  Allow ALWAYS_BOOTSTRAP_MAKE to force bmake bootstrapping.
  
  MFC after:    2 weeks
  Sponsored by: Dell EMC Isilon

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile       Fri Jun 23 15:57:58 2017        (r320272)
+++ head/Makefile       Fri Jun 23 16:38:18 2017        (r320273)
@@ -195,7 +195,8 @@ HAVE_MAKE=  bmake
 .else
 HAVE_MAKE=     fmake
 .endif
-.if ${HAVE_MAKE} != ${WANT_MAKE} || \
+.if defined(ALWAYS_BOOTSTRAP_MAKE) || \
+    ${HAVE_MAKE} != ${WANT_MAKE} || \
     (defined(WANT_MAKE_VERSION) && ${MAKE_VERSION} < ${WANT_MAKE_VERSION})
 NEED_MAKE_UPGRADE= t
 .endif
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to