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/0007-gdb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'recipe.d/0007-gdb') diff --git a/recipe.d/0007-gdb b/recipe.d/0007-gdb index 62b8aaf..cdaf9bf 100644 --- a/recipe.d/0007-gdb +++ b/recipe.d/0007-gdb @@ -1,3 +1,9 @@ +#requires ncurses +#requires flex +#requires bison +#requires readline +#requires texinfo + mcd $BUILDDIR/gdb $SRC/gdb-*/configure $TCONFIGARGS --without-rpm --with-system-readline notparallel -- cgit