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/0001-cpio | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipe.d/0001-cpio') diff --git a/recipe.d/0001-cpio b/recipe.d/0001-cpio index 8ef2d54..b97058e 100644 --- a/recipe.d/0001-cpio +++ b/recipe.d/0001-cpio @@ -1,5 +1,5 @@ - mcd $BUILDDIR/$1 - $SRC/${1}-*/configure $TCONFIGARGS + mcd $BUILDDIR/cpio + $SRC/cpio-*/configure $TCONFIGARGS notparallel make $J make $J install -- cgit