From a3163def40d587afa7f63536a4a3620f5ee25c51 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Wed, 10 Jun 2015 21:02:57 +0200 Subject: [PATCH] Adding STAGE1 bootstrap recipe --- STAGE1-sed | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 STAGE1-sed diff --git a/STAGE1-sed b/STAGE1-sed new file mode 100644 index 0000000..795683b --- /dev/null +++ b/STAGE1-sed @@ -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}