mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
When boot strapping from older systems, don't specify a C standard in
the bootstrap process. This allows one to more completely build from a -stable box. Reviewed by: ru@ (briefly)
This commit is contained in:
parent
d104f0300a
commit
59d855a0fe
1 changed files with 3 additions and 0 deletions
|
|
@ -202,6 +202,9 @@ BMAKEENV= DESTDIR= \
|
|||
PATH=${BPATH}:${PATH} \
|
||||
WORLDTMP=${WORLDTMP} \
|
||||
MAKEFLAGS="-m ${.CURDIR}/tools/build/mk ${.MAKEFLAGS}"
|
||||
.if ${BOOTSTRAPPING} < 501100
|
||||
BMAKEENV+= CSTD=
|
||||
.endif
|
||||
BMAKE= MAKEOBJDIRPREFIX=${WORLDTMP} \
|
||||
${BMAKEENV} ${MAKE} -f Makefile.inc1 \
|
||||
BOOTSTRAPPING=${OSRELDATE} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue