svn commit: r302469 - head/tools/tools/locale

Baptiste Daroussin bapt at FreeBSD.org
Fri Jul 8 23:07:49 UTC 2016


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}


More information about the svn-src-head mailing list