From 028c6026b6c2bb1cd02555870c9c2997cb34a981 Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Mon, 15 Jun 2015 17:20:26 +0200 Subject: [PATCH] Adding STAGE1 bootstrap recipe --- STAGE1-which | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 STAGE1-which diff --git a/STAGE1-which b/STAGE1-which new file mode 100644 index 0000000..f80f9ca --- /dev/null +++ b/STAGE1-which @@ -0,0 +1,7 @@ +srpm $1 +mcd $BUILDDIR/$1 +$SRC/${1}-*/configure $TCONFIGARGS +notparallel +test -d tools/gnulib/lib && make $J V=1 -C tools/gnulib/lib +make $J V=1 +make $J install DESTDIR=${ROOTFS}