From 4bdfdfc1dee1a6bae153bcb981e3801f9960c98c Mon Sep 17 00:00:00 2001 From: Jaromir Capik Date: Jun 16 2015 19:37:51 +0000 Subject: Adding STAGE1 bootstrap recipe --- diff --git a/STAGE1-make b/STAGE1-make new file mode 100644 index 0000000..f80f9ca --- /dev/null +++ b/STAGE1-make @@ -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}