diff options
author | DJ Delorie <dj@delorie.com> | 2012-07-03 17:52:57 -0400 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2012-07-03 17:52:57 -0400 |
commit | 682b4ba85c22ab9862304cb883a7234373e3f893 (patch) | |
tree | c8f5f090dbe0e324d377c629a8f6361db4fd68cd /recipe.d/0023-glib2 | |
parent | 3d5366a613c9b6b5f76dd091c1b4b46ca3d5710e (diff) | |
download | bootstrap.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/0023-glib2')
-rw-r--r-- | recipe.d/0023-glib2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipe.d/0023-glib2 b/recipe.d/0023-glib2 index 294be35..4863a80 100644 --- a/recipe.d/0023-glib2 +++ b/recipe.d/0023-glib2 @@ -1,3 +1,9 @@ +#requires libffi +#requires pcre +#requires libtool +#requires gettext +#requires pkgconfig + mcd $BUILDDIR/glib2 # glib2 expects --enable-threads=yes to enable threads, # anything else disables threads |