removing "checking white spaces" part from build.sh
This commit is contained in:
parent
be9c66ab43
commit
631a11cd35
5
build.sh
5
build.sh
@ -3,11 +3,6 @@ echo "$1 ($2, $3)..."
|
|||||||
|
|
||||||
make clean 1>/dev/null 2>/dev/null
|
make clean 1>/dev/null 2>/dev/null
|
||||||
|
|
||||||
if [ -f check-source.pl ] ; then
|
|
||||||
echo "checking white spaces..."
|
|
||||||
perl check-source.pl || exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo -n "building..."
|
echo -n "building..."
|
||||||
|
|
||||||
if [ -f /proc/cpuinfo ]
|
if [ -f /proc/cpuinfo ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user