Adding STAGE1 bootstrap recipe

This commit is contained in:
Jaromir Capik 2015-06-11 15:33:39 +02:00
parent 3c9d6c2bf3
commit 615676bd6d
1 changed files with 9 additions and 0 deletions

9
STAGE1-findutils Normal file
View File

@ -0,0 +1,9 @@
srpm $1
mcd $BUILDDIR/$1
sed -i~ -e "s,locate/Makefile locate/testsuite/Makefile ,," $SRC/${1}-*/configure
FINDLIBS="-lselinux -ldl" $SRC/${1}-*/configure $TCONFIGARGS
sed -i~ -e "s/ locate / /" Makefile
notparallel
test -d tools/gnulib/lib && make $J V=1 -C tools/gnulib/lib
make $J V=1
make $J install DESTDIR=${ROOTFS}