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

Reply via email to