aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-05-23 11:15:16 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-05-23 11:15:16 +0000
commit49bf419db00d66abd8e021ac0c18220b27e1e596 (patch)
tree849aab80ffa55005e3f34e0f925954f47292ba32 /Makefile.inc1
parent94cfa110b29a5b010e9a26e05149af459bb20ae8 (diff)
downloadsrc-49bf419db00d66abd8e021ac0c18220b27e1e596.tar.gz
src-49bf419db00d66abd8e021ac0c18220b27e1e596.zip
Stop redundantly rebuilding texinfo on the next __FreeBSD_version bump.
Notes
Notes: svn path=/head/; revision=146524
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index fdcfb0ac98cf..91c507130109 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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} \