You are not logged in.

#1 2021-09-20 14:07:49

highfrequencyhertz
Member
Registered: 2021-05-30
Posts: 37

[SOLVED] What do < and > mean?

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.

This is the link

Last edited by highfrequencyhertz (2021-09-21 01:48:02)

Offline

#2 2021-09-20 14:13:33

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,498
Website

Re: [SOLVED] What do < and > mean?

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

#3 2021-09-20 18:24:48

WorMzy
Administrator
From: Scotland
Registered: 2010-06-16
Posts: 13,612
Website

Re: [SOLVED] What do < and > mean?

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

#4 2021-09-22 03:42:49

highfrequencyhertz
Member
Registered: 2021-05-30
Posts: 37

Re: [SOLVED] What do < and > mean?

Sorry for being late, but I suppose I should thank you for solving my problem.

Thank you.

Offline

Board footer

Powered by FluxBB