From 682b4ba85c22ab9862304cb883a7234373e3f893 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 3 Jul 2012 17:52:57 -0400 Subject: 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. --- recipe.d/0019-perl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipe.d/0019-perl') diff --git a/recipe.d/0019-perl b/recipe.d/0019-perl index 2a1ebf3..1683f3f 100644 --- a/recipe.d/0019-perl +++ b/recipe.d/0019-perl @@ -1,3 +1,6 @@ +#requires gdbm +#requires db4 + mcd $BUILDDIR/perl cd $SRC/perl-* -- cgit