You are not logged in.
Pages: 1
In the Kernel/Arch Build System there is a pkgbuild patch that can be applied to stop it from building the documentation.
62d62
< make htmldocs
190c190
< pkgname=("$pkgbase" "$pkgbase-headers" "$pkgbase-docs")
---
> pkgname=("$pkgbase" "$pkgbase-headers")What do the < and > symbols mean? They give errors when I keep them in, and when I remove them it works fine.
Last edited by highfrequencyhertz (2021-09-21 01:48:02)
Offline
It's just a different diff/patch format from "+" and "-". If you are applying the patch manually, you remove those symbols, but they also inform you on what to do. Add/Insert the lines starting with '>' and remove the ones starting with '<'. That also includes the line numbers: 62d62 means delete line 62 (or from line 62 to line 62), 190c190 means change / replace line 190 (again, from line 190 to line 190).
Last edited by Trilby (2021-09-20 14:15:49)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Mod note: not a kernel issue, moving to NC.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Sorry for being late, but I suppose I should thank you for solving my problem.
Thank you.
Offline
Pages: 1