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
This commit is contained in:
@@ -130,7 +130,8 @@ EOF
|
|||||||
|
|
||||||
# Generate Timezones binaries bindings
|
# 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
|
do
|
||||||
|
|
||||||
TZOBJECTS=`gawk '/^(Zone|Link)/ { print $2 } ' $f `
|
TZOBJECTS=`gawk '/^(Zone|Link)/ { print $2 } ' $f `
|
||||||
|
|||||||
Reference in New Issue
Block a user