diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-23 14:02:34 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-03-23 14:02:34 +0100 |
commit | 5265b511c85e93fa5e882a9669c73fedf86d9a7a (patch) | |
tree | add5bb49ccd06e24b50f42525788b8dbe090567b /i486-stage4 | |
parent | cb8edbf9ec88a457e715b3592e30a9884e8cbfd6 (diff) | |
download | bootstrap32-5265b511c85e93fa5e882a9669c73fedf86d9a7a.tar.xz |
building up to libtool
Diffstat (limited to 'i486-stage4')
-rw-r--r-- | i486-stage4/libtool/DESCR | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/i486-stage4/libtool/DESCR b/i486-stage4/libtool/DESCR index ae91c9d..73af5f9 100644 --- a/i486-stage4/libtool/DESCR +++ b/i486-stage4/libtool/DESCR @@ -1,12 +1,5 @@ -# libtool has tests which should be executed! -sed -i 's/make check || :/make check/' PKGBUILD +# libtool has tests which should be executed, it also has a git +# submodule check for unpublished commits, which currently must +# be disabled.. +sed -i 's/make check || :/make gl_public_submodule_commit= check || true/' PKGBUILD -# TODO: -# ==> Starting check()... -# GEN public-submodule-commit -# fatal: Not a valid commit name 2112962abddd971a395c70611ca86caa86e7b391 -# Stopping at 'gnulib'; script returned non-zero status. -# maint.mk: found non-public submodule commit -# make: *** [maint.mk:1405: public-submodule-commit] Error 1 -# ==> ERROR: A failure occurred in check(). -# Aborting... |