Date: Thursday, April 18, 2013 @ 02:18:48 Author: heftig Revision: 183157
reenable silent rules Modified: webkitgtk/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-17 22:42:20 UTC (rev 183156) +++ PKGBUILD 2013-04-18 00:18:48 UTC (rev 183157) @@ -24,10 +24,8 @@ # Suppress a *lot* of gcc 4.8 warnings export CPPFLAGS="$CPPFLAGS -Wno-unused-local-typedefs" - ../configure --prefix=/usr \ - --enable-introspection \ - --disable-silent-rules \ - --libexecdir=/usr/lib/webkitgtk3 + ../configure --prefix=/usr --libexecdir=/usr/lib/webkitgtk3 \ + --enable-introspection make all stamp-po }
