summaryrefslogtreecommitdiffstats
path: root/recipe.d/0034-tzdata
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2012-07-03 17:52:57 -0400
committerDJ Delorie <dj@delorie.com>2012-07-03 17:52:57 -0400
commit682b4ba85c22ab9862304cb883a7234373e3f893 (patch)
treec8f5f090dbe0e324d377c629a8f6361db4fd68cd /recipe.d/0034-tzdata
parent3d5366a613c9b6b5f76dd091c1b4b46ca3d5710e (diff)
downloadbootstrap.git.DONOTUSE-682b4ba85c22ab9862304cb883a7234373e3f893.tar.gz
bootstrap.git.DONOTUSE-682b4ba85c22ab9862304cb883a7234373e3f893.tar.xz
bootstrap.git.DONOTUSE-682b4ba85c22ab9862304cb883a7234373e3f893.zip
script->make, ccache move
Convert build iteration logic (stage 2) from list driven to Makefile driven. Add actual dependencies to recipe files and use them to control build sequence. ccache is moved to stage1 and configured to be used in stage2.
Diffstat (limited to 'recipe.d/0034-tzdata')
-rw-r--r--recipe.d/0034-tzdata5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipe.d/0034-tzdata b/recipe.d/0034-tzdata
index 0362bf6..a61f815 100644
--- a/recipe.d/0034-tzdata
+++ b/recipe.d/0034-tzdata
@@ -1,7 +1,8 @@
-#
+#requires perl
+
# Note: java tzdata is not built (unlike tzdata.spec)
#
-cd $SRC/$1
+cd $SRC/tzdata
test -d obj && rm -rf obj
make $J
make $J install