summaryrefslogtreecommitdiffstats
path: root/share/i18n
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-03-01 22:25:49 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-03-01 22:25:49 +0000
commitaef61e70939a74c6cc89d06e5814f1819c617466 (patch)
tree9b33cca3813dc0123f15bf71ef503edf98cfa228 /share/i18n
parent4966cb7da8d16c1d5a367339c918874ac6900248 (diff)
downloadFreeBSD-src-aef61e70939a74c6cc89d06e5814f1819c617466.zip
FreeBSD-src-aef61e70939a74c6cc89d06e5814f1819c617466.tar.gz
DIRDEPS_BUILD: Fix mapper files building during dirdeps.
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share/i18n')
-rw-r--r--share/i18n/csmapper/Makefile2
-rw-r--r--share/i18n/csmapper/Makefile.part6
-rw-r--r--share/i18n/esdb/Makefile2
3 files changed, 4 insertions, 6 deletions
diff --git a/share/i18n/csmapper/Makefile b/share/i18n/csmapper/Makefile
index f1300a7..7c6aca3 100644
--- a/share/i18n/csmapper/Makefile
+++ b/share/i18n/csmapper/Makefile
@@ -31,7 +31,5 @@ charset.pivot.pvdb: charset.pivot
FILES+= charset.pivot charset.pivot.pvdb
CLEANFILES+= charset.pivot charset.pivot.pvdb
-all: ${FILES}
-
.include "./Makefile.inc"
.include <bsd.prog.mk>
diff --git a/share/i18n/csmapper/Makefile.part b/share/i18n/csmapper/Makefile.part
index 693ae51..2f48b70 100644
--- a/share/i18n/csmapper/Makefile.part
+++ b/share/i18n/csmapper/Makefile.part
@@ -73,7 +73,9 @@ FILES+= ${MAPS}
CLEANFILES+= ${MAPS}
.endif
-all: ${FILES} mapper.dir.${ESUBDIR} charset.pivot.${ESUBDIR}
-
.include "./Makefile.inc"
.include <bsd.prog.mk>
+
+.if !defined(_SKIP_BUILD)
+all: mapper.dir.${ESUBDIR} charset.pivot.${ESUBDIR}
+.endif
diff --git a/share/i18n/esdb/Makefile b/share/i18n/esdb/Makefile
index 002d0bd..924505b 100644
--- a/share/i18n/esdb/Makefile
+++ b/share/i18n/esdb/Makefile
@@ -28,7 +28,5 @@ esdb.alias: ${SUBDIR}
esdb.alias.db: esdb.alias
${MKESDB} -m -o ${.TARGET} ${.ALLSRC}
-all: ${FILES}
-
.include "./Makefile.inc"
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud