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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to