Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Editing Make.Conf
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
FeStus96
n00b
n00b


Joined: 16 Sep 2021
Posts: 12

PostPosted: Sat Sep 18, 2021 11:03 pm    Post subject: Editing Make.Conf Reply with quote

Hey everyone!

So i have a basic question and im sure the man for make.conf probably explains this or maybe its self explanatory but, if i change anything in my make.conf file do i need to re sync or do anything after that? Or is it just a simple change and then save the file? I believe when you change any USE flags you have to re sync but what about the MAKEOPTS or anything along those lines? Do those need anything special done after they're changed?

I know this is probably a dumb question i would just like confirmation :D

Thank you!
Back to top
View user's profile Send private message
alamahant
Advocate
Advocate


Joined: 23 Mar 2019
Posts: 3879

PostPosted: Sat Sep 18, 2021 11:24 pm    Post subject: Reply with quote

You just rebuild @ world
Code:

emerge -uDNav @world

#Some people prefer instead
emerge -uDUav @world
### Because it avoids unneeded rebuilds


But not if you change MAKEOPTS.
More related to

USE=
VIDEO_CARDS=
INPUT_DEVICES=
ACCEPT_KEYWORDS=
_________________
:)
Back to top
View user's profile Send private message
FeStus96
n00b
n00b


Joined: 16 Sep 2021
Posts: 12

PostPosted: Sat Sep 18, 2021 11:31 pm    Post subject: Reply with quote

THANK YOU!!!

This perfectly answered my question and gave me an understanding of re emerging the make.conf if you can believe that lol i see when and why it would be needed or not now.

one more thing -uDNav im guessing thats short for a few things, im newish to the lingo in a way, could you explain what that means and what its doing?

im gonna guess its short for --update --deep --newuse --ask --verbose?? i hope im close lmao

again, thank you!

EDIT: I was correct, upon checking the emerge manual i can see what -uDNav and -uDUav mean. Thank you so much for the help!
Back to top
View user's profile Send private message
figueroa
Advocate
Advocate


Joined: 14 Aug 2005
Posts: 2963
Location: Edge of marsh USA

PostPosted: Sun Sep 19, 2021 3:36 am    Post subject: Reply with quote

Just to double-down on the question, you don't need to do anything after changing make.conf. Changes will be picked up next time you use portage without any further action on your part.

Always have a back before making edits. I recommend that you don't delete lines. Duplicate lines, put an # in the front of the duplicate line and make your changes to the original line. This will make it easy to 1. Reference your changes, and 2. Reverse your changes.
_________________
Andy Figueroa
hp pavilion hpe h8-1260t/2AB5; spinning rust x3
i7-2600 @ 3.40GHz; 16 gb; Radeon HD 7570
amd64/23.0/split-usr/desktop (stable), OpenRC, -systemd -pulseaudio -uefi
Back to top
View user's profile Send private message
FeStus96
n00b
n00b


Joined: 16 Sep 2021
Posts: 12

PostPosted: Sun Sep 19, 2021 4:22 am    Post subject: Reply with quote

I really appreciate that, thank you!

This all helps my understanding of the make.conf a lot more.

Now i just need a better grasp on USE flags lol
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum