Skip to content

Commit 6f0de45

Browse files
Quieten make build messages
1 parent ece53b6 commit 6f0de45

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.dev-tools/install-apache-2.2.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ wget http://www.zlib.net/zlib-1.2.11.tar.gz
6262
tar -xvf zlib-1.2.11.tar.gz > /dev/null
6363
cd zlib-1.2.11/
6464
./configure --prefix=/usr/local
65-
make -s
65+
#make -s
66+
make >/dev/null || make
6667
sudo make -s install
6768

6869
wget https://github.com/mitchellkrogza/apache-ultimate-bad-bot-blocker/raw/master/.dev-tools/_apache_builds/httpd-2.2.25.tar.gz

0 commit comments

Comments
 (0)