Bump the number of directories traversed to find LANGCODE to 10. This
isn't a problem yet, but I did run into it in my local builds a few times, and I thought it'd be better to raise it now to make sure nothing magically breaks later. Silence by: -doc
This commit is contained in:
parent
0261b687b7
commit
8140e08d69
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9480
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Taken from:
|
||||
# Id: bsd.subdir.mk,v 1.27 1999/03/21 06:43:40 bde
|
||||
#
|
||||
# $FreeBSD: doc/share/mk/doc.subdir.mk,v 1.4 2000/07/16 16:34:08 nik Exp $
|
||||
# $FreeBSD: doc/share/mk/doc.subdir.mk,v 1.5 2000/10/29 02:39:10 nik Exp $
|
||||
#
|
||||
# This include file <doc.subdir.mk> contains the default targets
|
||||
# for building subdirectories in the FreeBSD Documentation Project.
|
||||
|
@ -60,7 +60,7 @@
|
|||
|
||||
.if !defined(LANGCODE)
|
||||
LANGCODE:= ${.CURDIR}
|
||||
.for _ in 1 2 3 4 5
|
||||
.for _ in 1 2 3 4 5 6 7 8 9 10
|
||||
.if !(${LANGCODE:H:T} == "doc")
|
||||
LANGCODE:= ${LANGCODE:H}
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue