summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-17 14:10:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-17 14:10:44 (GMT)
commit5742930b13cf6686f23177a1c76361e68b6656f5 (patch)
tree86ed6574dec31854ed7f67aa87f1a3e444b44ac3 /scripts
parent3b53d0fba5a755b505c239ed536adca65d25f62e (diff)
MPFR: log autotools files rebuilding to DEBUG level, not EXTRA.
/trunk/scripts/build/mpfr.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/mpfr.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/mpfr.sh b/scripts/build/mpfr.sh
index 168202c..664e341 100644
--- a/scripts/build/mpfr.sh
+++ b/scripts/build/mpfr.sh
@@ -35,7 +35,7 @@ do_mpfr_extract() {
# do that in the future...
CT_Pushd "${CT_SRC_DIR}/${CT_MPFR_FILE}"
if [ ! -f .autotools.ct-ng ]; then
- CT_DoLog EXTRA "Re-building autotools files"
+ CT_DoLog DEBUG "Re-building autotools files"
CT_DoExecLog ALL autoreconf -fi
CT_DoExecLog ALL libtoolize -f
touch .autotools.ct-ng