]> git.pld-linux.org Git - packages/firefox.git/commitdiff
enable verbose output during build
authorJan Palus <atler@pld-linux.org>
Sun, 8 Jul 2018 18:26:32 +0000 (20:26 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 8 Jul 2018 18:26:32 +0000 (20:26 +0200)
firefox.spec

index 3c8eddb904d39eb2883e4f75c70cfb37770e34a8..8972468a095a25e48376e4716a037808d0fbff7e 100644 (file)
@@ -2118,10 +2118,10 @@ D=$(( RANDOM % (200 - 100 + 1 ) + 5 ))
 XVFB_PID=$!
 [ -n "$XVFB_PID" ] || exit 1
 export DISPLAY=:${D}
-MOZ_PGO=1 AUTOCONF=/usr/bin/autoconf2_13 ./mach build
+MOZ_PGO=1 AUTOCONF=/usr/bin/autoconf2_13 ./mach build -v
 kill $XVFB_PID
 %else
-AUTOCONF=/usr/bin/autoconf2_13 ./mach build
+AUTOCONF=/usr/bin/autoconf2_13 ./mach build -v
 %endif
 
 %install
This page took 0.420357 seconds and 4 git commands to generate.