Adding STAGE1 bootstrap recipe

This commit is contained in:
Jaromir Capik 2015-06-10 19:45:26 +02:00
parent 50bb8395d9
commit 8213cf4ef1
1 changed files with 7 additions and 0 deletions

7
STAGE1-gawk Normal file
View File

@ -0,0 +1,7 @@
srpm $1
mcd $BUILDDIR/$1
$SRC/${1}-*/configure $TCONFIGARGS
notparallel
test -d tools/gnulib/lib && make $J V=1 -C tools/gnulib/lib
make $J V=1
make $J install DESTDIR=${ROOTFS}