提交 215d8921 authored 作者: Michael Jerris's avatar Michael Jerris

please stop removing libs/ldns/install-sh if you can't make it actually work on…

please stop removing libs/ldns/install-sh if you can't make it actually work on all platforms.  This is the second time I have had to erevert this
上级 180f5354
......@@ -436,24 +436,6 @@ bootstrap_fs() {
rm -rf autom4te*.cache
}
bootstrap_libs_pre() {
case "$1" in
*) return 0;;
esac
}
bootstrap_libs_post() {
case "$1" in
ldns)
cd $BASEDIR/libs/ldns
if test ! -x install-sh; then
ex automake --add-missing --copy
ex rm -rf autom4te*.cache
fi
;;
esac
}
bootstrap_libs() {
for i in ${SUBDIRS}; do
case "$i" in
......@@ -463,12 +445,6 @@ bootstrap_libs() {
continue
;;
esac
bootstrap_libs_pre ${i}
if ! ${BGJOB}; then
libbootstrap ${i} ; bootstrap_libs_post ${i}
else
((libbootstrap ${i} ; bootstrap_libs_post ${i}) &)
fi
done
}
......
......@@ -887,6 +887,7 @@ missing
!/ldns/drill/install-sh
!/ldns/examples/config.h.in
!/ldns/examples/configure
!/ldns/install-sh
!/ldns/ldns/config.h.in
!/libdingaling/config.guess
!/libdingaling/config.sub
......
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论