Adding STAGE1 bootstrap recipe

This commit is contained in:
Jaromir Capik 2015-06-11 15:16:16 +02:00
parent 4aab0acf9f
commit b0bffbf394
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}