Author: bapt
Date: Fri Jul 8 23:07:48 2016
New Revision: 302469
URL: https://svnweb.freebsd.org/changeset/base/302469
Log:
Allow to install various components of the locales independantly
Modified:
head/tools/tools/locale/Makefile
Modified: head/tools/tools/locale/Makefile
==============================================================================
--- head/tools/tools/locale/Makefile Fri Jul 8 22:59:15 2016
(r302468)
+++ head/tools/tools/locale/Makefile Fri Jul 8 23:07:48 2016
(r302469)
@@ -54,8 +54,9 @@ all:
@echo ""
@find . -name *failed
-install:
.for t in ${TYPES}
+install: install-${t}
+install-${t}:
. if ${KNOWN:M${t}}
rm -rf ${.CURDIR}/${t}.draft
rm -rf ${.CURDIR}/../../../share/${t}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"