fix `make obj':
don't build the non-english directories if the variable ENGLISH_ONLY=YES is set.
This commit is contained in:
parent
5dd09c2238
commit
5111cefed0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=9298
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,12 +1,14 @@
|
|||
# $FreeBSD: www/Makefile,v 1.16 2000/11/30 00:03:37 kuriyama Exp $
|
||||
# $FreeBSD: www/Makefile,v 1.17 2001/02/25 12:00:45 alex Exp $
|
||||
|
||||
WEB_PREFIX= ${.CURDIR}
|
||||
|
||||
SUBDIR= en
|
||||
|
||||
.if !defined(ENGLISH_ONLY) || empty(ENGLISH_ONLY)
|
||||
.if make(obj)
|
||||
SUBDIR+= ja es ru zh de
|
||||
.endif
|
||||
.endif
|
||||
|
||||
links:
|
||||
|
||||
|
|
Loading…
Reference in a new issue