Adding STAGE1 bootstrap recipe

This commit is contained in:
Jaromir Capik 2015-06-11 15:15:44 +02:00
parent 138c00f55f
commit 1b318dd805
1 changed files with 7 additions and 0 deletions

7
STAGE1-coreutils Normal file
View File

@ -0,0 +1,7 @@
srpm coreutils
mcd $BUILDDIR/$1
(cd $SRC/${1}-*/ ; autoreconf -vif)
$SRC/${1}-*/configure $TCONFIGARGS --disable-pam
notparallel
make $J man1_MANS= V=1
make $J man1_MANS= install DESTDIR=${ROOTFS}