svn commit: r308671 - head/share/zoneinfo

Julian Elischer julian at FreeBSD.org
Tue Nov 15 06:37:45 UTC 2016


Author: julian
Date: Tue Nov 15 06:37:44 2016
New Revision: 308671
URL: https://svnweb.freebsd.org/changeset/base/308671

Log:
  When you select make OLDTIMEZONES=1 then you need a few added directories
  to be made or the command fails
  
  Sponsored by:	panzura

Modified:
  head/share/zoneinfo/Makefile

Modified: head/share/zoneinfo/Makefile
==============================================================================
--- head/share/zoneinfo/Makefile	Tue Nov 15 05:05:51 2016	(r308670)
+++ head/share/zoneinfo/Makefile	Tue Nov 15 06:37:44 2016	(r308671)
@@ -67,6 +67,10 @@ TZBUILDSUBDIRS=	\
 		Pacific \
 		SystemV
 
+.if defined(OLDTIMEZONES)
+TZBUILDSUBDIRS+= US Mexico Chile Canada Brazil
+.endif
+
 .if !defined(_SKIP_BUILD)
 all: zoneinfo
 .endif


More information about the svn-src-head mailing list