Adding STAGE1 bootstrap recipe

This commit is contained in:
Jaromir Capik 2015-06-11 15:50:33 +02:00
parent c143c7740b
commit 706ba9d7d8

7
STAGE1-grep 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}