[arch-commits] Commit in chromium/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Thu Mar 15 22:45:10 UTC 2018


    Date: Thursday, March 15, 2018 @ 22:45:09
  Author: foutrelis
Revision: 319372

Avoid building gn twice

Modified:
  chromium/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-15 19:37:56 UTC (rev 319371)
+++ PKGBUILD	2018-03-15 22:45:09 UTC (rev 319372)
@@ -189,7 +189,7 @@
     CPPFLAGS+=' -DNO_UNWIND_TABLES'
   fi
 
-  python2 tools/gn/bootstrap/bootstrap.py --gn-gen-args "${_flags[*]}"
+  python2 tools/gn/bootstrap/bootstrap.py -s --no-clean
   out/Release/gn gen out/Release --args="${_flags[*]}" \
     --script-executable=/usr/bin/python2
 



More information about the arch-commits mailing list