DIRDEPS_BUILD: Fix building during dirdeps.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
9c7086241d
commit
5e8745cc86
@ -60,7 +60,9 @@ esdb.alias.${ESUBDIR}: ${PARTFILE} ${ALIASFILE}
|
||||
.endfor
|
||||
echo >>${.TARGET}
|
||||
|
||||
.if !defined(_SKIP_BUILD)
|
||||
all: esdb.dir.${ESUBDIR} esdb.alias.${ESUBDIR} codesets
|
||||
.endif
|
||||
codesets: ${ESDB}
|
||||
|
||||
.if !defined(NO_PREPROC)
|
||||
|
@ -67,7 +67,9 @@ TZBUILDSUBDIRS= \
|
||||
Pacific \
|
||||
SystemV
|
||||
|
||||
.if !defined(_SKIP_BUILD)
|
||||
all: zoneinfo
|
||||
.endif
|
||||
|
||||
.PHONY: zoneinfo
|
||||
zoneinfo: yearistype ${TDATA}
|
||||
|
Loading…
Reference in New Issue
Block a user