jcapik pushed to bash (master). "Adding STAGE1 bootstrap recipe"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jun 15 16:17:56 UTC 2015


From 3482e3dd45e8bf599c51deaf3f64963f660ed648 Mon Sep 17 00:00:00 2001
From: Jaromir Capik <jcapik at redhat.com>
Date: Mon, 15 Jun 2015 18:15:49 +0200
Subject: Adding STAGE1 bootstrap recipe


diff --git a/STAGE1-bash b/STAGE1-bash
new file mode 100644
index 0000000..c9ed3a9
--- /dev/null
+++ b/STAGE1-bash
@@ -0,0 +1,16 @@
+srpm bash
+mcd $BUILDDIR/bash
+cat <<EOF > config.cache
+bash_cv_func_ctype_nonascii=yes
+bash_cv_opendir_not_robust=no
+bash_cv_ulimit_maxfds=yes
+bash_cv_func_sigsetjmp=present
+bash_cv_printf_a_format=yes
+bash_cv_job_control_missing=present
+bash_cv_sys_named_pipes=present
+bash_cv_unusable_rtsigs=no
+EOF
+$SRC/bash-*/configure --prefix=/ --cache-file=config.cache --build=$BUILD --host=$TARGET
+make $J
+make $J install DESTDIR=${ROOTFS}
+(cd $ROOTFS/bin; ln -sf bash sh)
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/bash.git/commit/?h=master&id=3482e3dd45e8bf599c51deaf3f64963f660ed648


More information about the scm-commits mailing list