From fae835c44399024b5edbaa972a542a87bb60662d Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Tue, 3 Nov 2015 15:55:43 +0100 Subject: [PATCH] Adding STAGE2 bootstrap recipe --- STAGE2-bison | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 STAGE2-bison diff --git a/STAGE2-bison b/STAGE2-bison new file mode 100644 index 0000000..0e9ad83 --- /dev/null +++ b/STAGE2-bison @@ -0,0 +1,9 @@ +#requires m4 +#requires perl + +mcd $BUILDDIR/bison + +$SRC/bison-*/configure $TCONFIGARGS + +make $J -k +make $J -k install