And is a makefile specific to linux code?

|
amazosie 2022-09-20 14:15:30
i m to follow
ChrisCromer 2022-09-20 14:15:37
amazosie 2022-09-20 10:32:45
I m a noob lol

Wrong distro, arch and artix are not for noobs. It is for experienced users.

ChrisCromer 2022-09-20 14:16:56
amazosie 2022-09-20 13:44:11
And is a makefile specific to linux code?

Go search google, we aren’t here to help you with your fucking homework.

qontinuum 2022-09-20 14:17:09
ChrisCromer 2022-09-20 14:14:15
-J is a valid option, just isn’t supposed to be where it is, it should be before the “–” or at the end of all that other stuff.

To be exact “–” means that the following arguments shouldn’t be processed as options

ChrisCromer 2022-09-20 14:17:43
qontinuum 2022-09-20 14:17:09
To be exact “–” means that the following arguments shouldn’t be processed as options

Nope, read the manual for agetty, it has a different purpose for ports under sysvinit.

qontinuum 2022-09-20 14:18:17
ChrisCromer 2022-09-20 14:17:43
Nope, read the manual for agetty, it has a different purpose for ports under sysvinit.

That’s a standard, not related to agetty

ChrisCromer 2022-09-20 14:18:52
qontinuum 2022-09-20 14:18:17
That’s a standard, not related to agetty

Agetty isn’t following the standard here… They can do what they want to with “–” when they parse it.

qontinuum 2022-09-20 14:19:44
They use it exactly for that reason
qontinuum 2022-09-20 14:20:16
It is made so that if you use – as port it isn’t processed as an option
ChrisCromer 2022-09-20 14:20:16
Under System V, a “-” port argument should be preceded by a “–“.
ChrisCromer 2022-09-20 14:22:56
Well my point is still that:
agetty [options] port [baud_rate…] [term]

Options like -J should be before the port, in this case it isn’t and can lead to unexpected or incorrect behavior.

qontinuum 2022-09-20 14:23:27
Yep definitely
qontinuum 2022-09-20 14:23:40
Just wanted to add precision about what is —
grazzolini 2022-09-20 14:25:20
qontinuum 2022-09-20 14:23:40
Just wanted to add precision about what is —

Every program that uses getopt will treat everything that comes after — as literal lexicons, so no options

grazzolini 2022-09-20 14:25:46
There are several programs that don’t use getopt, but also emulate this behavior
amazosie 2022-09-20 14:29:54
ChrisCromer 2022-09-20 14:16:56
Go search google, we aren’t here to help you with your fucking homework.

then what is this community for ? to see u ?

ChrisCromer 2022-09-20 14:30:18
amazosie 2022-09-20 14:29:54
then what is this community for ? to see u ?

To help people who actually need help with Artix Linux.

amazosie 2022-09-20 14:30:31
so dont u help ?
ChrisCromer 2022-09-20 14:31:04
I do, but your question has nothing to do with artix and is asking for help to pass your OS course.
ChrisCromer 2022-09-20 14:31:15
So fuck off with that shit.
amazosie 2022-09-20 14:31:39
MAKEFILE is not related to artix?
ChrisCromer 2022-09-20 14:31:44
amazosie 2022-09-20 14:31:39
MAKEFILE is not related to artix?

No

ChrisCromer 2022-09-20 14:32:19
Go read a programming book to learn about make files and build systems.
qontinuum 2022-09-20 14:33:04
Runit Makefile services implementation incoming
ChrisCromer 2022-09-20 14:33:33
qontinuum 2022-09-20 14:33:04
Runit Makefile services implementation incoming

Fuck autotools, but use a condom, that shit is nasty.

ChrisCromer 2022-09-20 14:36:39
In all honesty, autotools was fine back in the day, but it’s too rigid and difficult to work with for modern program building.
codebus 2022-09-20 15:04:53
amazosie 2022-09-20 14:29:54
then what is this community for ? to see u ?

your professor gave you this assignment to toughen you up. you came here to grow a thicker skin

codebus 2022-09-20 15:05:17
it’s here to answer questions that can’t be answered by reading manuals or the artix/arch/gentoo wikis
codebus 2022-09-20 15:05:27
also to shitpost heavily
ChrisCromer 2022-09-20 15:05:55
codebus 2022-09-20 15:05:17
it’s here to answer questions that can’t be answered by reading manuals or the artix/arch/gentoo wikis

Questions like “what is the meaning of life?”

codebus 2022-09-20 15:07:28
very important things like that are discussed here, yes
codebus 2022-09-20 15:08:19
also “what’s better, make nconfig or make menuconfig?”
Buckmeisterfuller 2022-09-20 15:08:54
No we discuss if propane or charcoal is superior
Buckmeisterfuller 2022-09-20 15:09:09
I say propane for burgers
SharAnton 2022-09-20 15:09:36
Aldum?
|