svn commit: r312869 - stable/10/share/zoneinfo

Julian Elischer julian at FreeBSD.org
Fri Jan 27 09:04:31 UTC 2017


Author: julian
Date: Fri Jan 27 09:04:29 2017
New Revision: 312869
URL: https://svnweb.freebsd.org/changeset/base/312869

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

Modified:
  stable/10/share/zoneinfo/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/share/zoneinfo/Makefile
==============================================================================
--- stable/10/share/zoneinfo/Makefile	Fri Jan 27 08:54:33 2017	(r312868)
+++ stable/10/share/zoneinfo/Makefile	Fri Jan 27 09:04:29 2017	(r312869)
@@ -67,6 +67,10 @@ TZBUILDSUBDIRS=	\
 		Pacific \
 		SystemV
 
+.if defined(OLDTIMEZONES)
+TZBUILDSUBDIRS+= US Mexico Chile Canada Brazil
+.endif
+
 all: zoneinfo
 
 .PHONY: zoneinfo


More information about the svn-src-stable mailing list