diff options
Diffstat (limited to 'recipe.d/0005-bison')
-rw-r--r-- | recipe.d/0005-bison | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipe.d/0005-bison b/recipe.d/0005-bison new file mode 100644 index 0000000..f5b4773 --- /dev/null +++ b/recipe.d/0005-bison @@ -0,0 +1,5 @@ + mcd $BUILDDIR/bison + $SRC/bison-*/configure $TCONFIGARGS + make $J -k + make $J -k install + |