mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 13:05:18 +01:00
Allow ALWAYS_BOOTSTRAP_MAKE to force bmake bootstrapping.
MFC after: 2 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
53e0bebaca
commit
e02aaf7b5a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=320273
3
Makefile
3
Makefile
@ -195,7 +195,8 @@ HAVE_MAKE= bmake
|
|||||||
.else
|
.else
|
||||||
HAVE_MAKE= fmake
|
HAVE_MAKE= fmake
|
||||||
.endif
|
.endif
|
||||||
.if ${HAVE_MAKE} != ${WANT_MAKE} || \
|
.if defined(ALWAYS_BOOTSTRAP_MAKE) || \
|
||||||
|
${HAVE_MAKE} != ${WANT_MAKE} || \
|
||||||
(defined(WANT_MAKE_VERSION) && ${MAKE_VERSION} < ${WANT_MAKE_VERSION})
|
(defined(WANT_MAKE_VERSION) && ${MAKE_VERSION} < ${WANT_MAKE_VERSION})
|
||||||
NEED_MAKE_UPGRADE= t
|
NEED_MAKE_UPGRADE= t
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user