Adding STAGE1 bootstrap recipe
This commit is contained in:
parent
138c00f55f
commit
1b318dd805
7
STAGE1-coreutils
Normal file
7
STAGE1-coreutils
Normal 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}
|
Loading…
Reference in New Issue
Block a user