X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fbash;h=867e03a20cf5f3b78905984226425dfaf0e67ebd;hb=2f26e347a05e245d6f57cb6603a7a51a4418b80d;hp=30ad5170417aa42e5a7258a06b5073f07db86177;hpb=69ac3e7cf686f8e95e47a7ab89bc38796aace488;p=hvlinux.git diff --git a/stage1/pkg/bash b/stage1/pkg/bash index 30ad517..867e03a 100644 --- a/stage1/pkg/bash +++ b/stage1/pkg/bash @@ -6,7 +6,7 @@ # will break one of the C++ test scripts in eglibc. The following prevents # future problems by skipping the check for named pipes, as well as other tests # that can not run while cross-compiling or that do not run properly: -config_cache() +hvconfig_cache() { cat > ${LFS_TMP}/${PACKAGE}-build/config.cache << EOF ac_cv_func_mmap_fixed_mapped=yes @@ -24,10 +24,7 @@ gt_cv_int_divbyzero_sigfpe=yes EOF } -hvbuild() +hvbuild_post() { - ${HVMAKE} - ${HVMAKE} install - ln -svfT bash /tools/bin/sh }