[arch-commits] Commit in linux/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sun Jun 19 19:23:47 UTC 2022
Date: Sunday, June 19, 2022 @ 19:23:47
Author: heftig
Revision: 449139
Build htmldocs in parallel
If you need clean build output, remove the docs build.
Modified:
linux/trunk/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-19 18:53:24 UTC (rev 449138)
+++ PKGBUILD 2022-06-19 19:23:47 UTC (rev 449139)
@@ -60,8 +60,7 @@
build() {
cd $_srcname
- make all
- make htmldocs
+ make htmldocs all
}
_package() {
More information about the arch-commits
mailing list