Adding STAGE1 bootstrap recipe

This commit is contained in:
Jaromir Capik 2015-06-10 21:02:57 +02:00
parent 634d9f6d0b
commit a3163def40
1 changed files with 11 additions and 0 deletions

11
STAGE1-sed Normal file
View File

@ -0,0 +1,11 @@
srpm $1
mcd $BUILDDIR/$1
$SRC/${1}-*/configure $TCONFIGARGS
notparallel
# Touch sed.1 so that it will not be built.
# The makefile in the sed/doc directory attempts to run the
# built sed binary in order to extract the --help output, but
# this fails because the sed binary is a cross-tool.
touch doc/sed.1
make $J V=1
make $J install DESTDIR=${ROOTFS}