From 4d5737d0b846f93ba08a20e9520beed7ff5fb617 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 19 Nov 2004 23:01:47 +0000 Subject: [PATCH] Filter the CVS dir. BTW, I find this whole thing somehow misplaced and ugly, but I have no good idea how to do that with Jam. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10058 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 03ba8b2f1a..ce763f34c6 100755 --- a/configure +++ b/configure @@ -130,7 +130,8 @@ EOF # Generate Timezones binaries bindings -for f in src/data/etc/timezones/*; +timezones=`echo src/data/etc/timezones/* | sed -e s@src/data/etc/timezones/CVS@@` +for f in ${timezones}; do TZOBJECTS=`gawk '/^(Zone|Link)/ { print $2 } ' $f `