[arch-commits] Commit in linux-lts/trunk (PKGBUILD)
    Andreas Radke 
    andyrtr at gemini.archlinux.org
       
    Mon Jun 20 06:10:05 UTC 2022
    
    
  
    Date: Monday, June 20, 2022 @ 06:10:04
  Author: andyrtr
Revision: 449147
build htmldocs in parallel - if you need clean build output, remove the docs build.
Modified:
  linux-lts/trunk/PKGBUILD
----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-19 22:44:48 UTC (rev 449146)
+++ PKGBUILD	2022-06-20 06:10:04 UTC (rev 449147)
@@ -74,8 +74,7 @@
 
 build() {
   cd $_srcname
-  make all
-  make htmldocs
+  make htmldocs all
 }
 
 _package() {
    
    
More information about the arch-commits
mailing list