Don't force a verbose build.
authorGuy Harris <guy@alum.mit.edu>
Fri, 31 Oct 2014 20:08:11 +0000 (13:08 -0700)
committerGuy Harris <guy@alum.mit.edu>
Fri, 31 Oct 2014 20:10:13 +0000 (20:10 +0000)
That was probably something I put in while debugging.  It can be put
back - or added to some other make command - as necessary.

Change-Id: I184a5b8537c43c87844e6e75f65dd3c0accde9ac
Reviewed-on: https://code.wireshark.org/review/5033
Reviewed-by: Guy Harris <guy@alum.mit.edu>
macosx-setup.sh

index 36b10b360e9cd808166b97b699eaf0cd2c0b35a6..1748ec7d12107af4afce8644fd8990c3b5b3eb07 100755 (executable)
@@ -1065,7 +1065,7 @@ if [ "$GTK_VERSION" ]; then
             gzcat pixman-$PIXMAN_VERSION.tar.gz | tar xf - || exit 1
             cd pixman-$PIXMAN_VERSION
             CFLAGS="$CFLAGS $VERSION_MIN_FLAGS $SDKFLAGS" LDFLAGS="$LDFLAGS $VERSION_MIN_FLAGS $SDKFLAGS" ./configure || exit 1
-            make V=1 $MAKE_BUILD_OPTS || exit 1
+            make $MAKE_BUILD_OPTS || exit 1
             $DO_MAKE_INSTALL || exit 1
             cd ..
             touch pixman-$PIXMAN_VERSION-done