From: Jean-Philippe Orsini Date: Thu, 25 Sep 2014 08:06:22 +0000 (+0200) Subject: verify distrib build X-Git-Tag: v1.2.0~115 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=498aeeaef4fdde54833db90e88a370c8598d85e8 verify distrib build --- diff --git a/scripts/check.sh b/scripts/check.sh index 3fd6671..ba48fda 100755 --- a/scripts/check.sh +++ b/scripts/check.sh @@ -4,7 +4,7 @@ SCRIPT_DIR=`dirname $0` cd $SCRIPT_DIR/.. ./configure --prefix=/tmp CC=cgcc CPPFLAGS="-Wsparse-all -DCURL_DISABLE_TYPECHECK -Wno-old-initializer" -make clean all check install 3>&1 1>&2 2>&3 | grep -v "^/usr/include" | tee /tmp/err +make clean all check install distcheck 3>&1 1>&2 2>&3 | grep -v "^/usr/include" | tee /tmp/err cat /tmp/err