From d1f87b6519f8ef2bbc7324900a44bc256e47d436 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Mon, 6 Jul 2009 02:35:34 +0000 Subject: [PATCH] Added necessary dependency between timezone files. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31416 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/data/etc/timezones/Jamfile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/data/etc/timezones/Jamfile b/src/data/etc/timezones/Jamfile index b526e62de6..036f4386dd 100644 --- a/src/data/etc/timezones/Jamfile +++ b/src/data/etc/timezones/Jamfile @@ -9,18 +9,18 @@ rule MkZicComp local binaries = [ FTimeZoneBinaries $(source) : true ] ; SEARCH on $(source) = $(SEARCH_SOURCE) ; - + local targetDir = $(TARGET_COMMON_DEBUG_LOCATE_TARGET) ; targetDir = $(targetDir:G=dir) ; - + # introduce a pseudo target all binaries depend on local pseudoBinary = $(source:G=timezone-binary) ; NotFile $(pseudoBinary) ; Depends $(pseudoBinary) : $(binaries) ; LocalDepends timezone_files : $(pseudoBinary) ; - + Depends $(binaries) : $(source) zic $(targetDir) ; - + MkZicComp1 $(binaries) : zic $(source) $(targetDir) ; LocalClean clean : $(binaries) ; } @@ -48,3 +48,7 @@ local nonBackwardBinaries = [ FFilter $(HAIKU_TIME_ZONE_SOURCES) : backward ] ; nonBackwardBinaries = $(nonBackwardBinaries:G=timezone-binary) ; Depends [ FTimeZoneBinaries [ FGristFiles backward ] ] : $(nonBackwardBinaries) ; + +# "pacificnew" links to a file from "northamerica". +Depends [ FTimeZoneBinaries [ FGristFiles pacificnew ] ] + : pacificnew ;