Introduced pseudo-target timezone_files, which can be used to build all timezone files.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11054 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
SubDir OBOS_TOP src data etc timezones ;
|
SubDir OBOS_TOP src data etc timezones ;
|
||||||
|
|
||||||
|
NotFile timezone_files ;
|
||||||
|
Depends files : timezone_files ;
|
||||||
|
|
||||||
rule MkZicComp
|
rule MkZicComp
|
||||||
{
|
{
|
||||||
local binaries = $(1) ;
|
local binaries = $(1) ;
|
||||||
@@ -9,7 +12,7 @@ rule MkZicComp
|
|||||||
|
|
||||||
MakeLocate $(binaries) : [ FDirName $(OBOS_ETC_DIR) timezones ] ;
|
MakeLocate $(binaries) : [ FDirName $(OBOS_ETC_DIR) timezones ] ;
|
||||||
|
|
||||||
LocalDepends files : $(binaries) ;
|
LocalDepends timezone_files : $(binaries) ;
|
||||||
Depends $(binaries) : $(source) zic ;
|
Depends $(binaries) : $(source) zic ;
|
||||||
|
|
||||||
MkZicComp1 $(binaries) : zic $(source) "" ;
|
MkZicComp1 $(binaries) : zic $(source) "" ;
|
||||||
|
|||||||
Reference in New Issue
Block a user