Stop redundantly rebuilding texinfo on the next __FreeBSD_version bump.
This commit is contained in:
parent
94cfa110b2
commit
49bf419db0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146524
@ -776,6 +776,10 @@ _groff= gnu/usr.bin/groff/tmac
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${BOOTSTRAPPING} < 600029
|
||||
_texinfo= gnu/usr.bin/texinfo
|
||||
.endif
|
||||
|
||||
.if ${BOOTSTRAPPING} < 600015
|
||||
_cap_mkdb= usr.bin/cap_mkdb
|
||||
.endif
|
||||
@ -806,7 +810,7 @@ bootstrap-tools:
|
||||
${_strfile} \
|
||||
${_gperf} \
|
||||
${_groff} \
|
||||
gnu/usr.bin/texinfo \
|
||||
${_texinfo} \
|
||||
${_cap_mkdb} \
|
||||
${_colldef} \
|
||||
${_gencat} \
|
||||
|
Loading…
Reference in New Issue
Block a user