Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Emerge XFree and Leave Build Tree
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
jwbell1967
n00b
n00b


Joined: 12 Oct 2002
Posts: 9

PostPosted: Sun Nov 24, 2002 9:16 am    Post subject: Emerge XFree and Leave Build Tree Reply with quote

I want to emerge Xfree and leave the build tree so that I can apply driver patches. Is there a parameter I can pass to emerge or what is the best way to do this?

Thanks,

John
Back to top
View user's profile Send private message
puddpunk
l33t
l33t


Joined: 20 Jul 2002
Posts: 681
Location: New Zealand

PostPosted: Sun Nov 24, 2002 9:48 am    Post subject: Reply with quote

Code:
# man ebuild
Ebuild is a program for executing certain parts of an ebuild.

So in your case, you would:
Code:
# ebuild <path to your xfree ebuild> unpack
Then go into the directory (It'll be in /var/tmp/portage somewhere), apply your patches, then:
Code:
# ebuild <path to xfree ebuild> merge

And all going to plan, bob should be your uncle ;)
Back to top
View user's profile Send private message
jwbell1967
n00b
n00b


Joined: 12 Oct 2002
Posts: 9

PostPosted: Sun Nov 24, 2002 11:49 pm    Post subject: Reply with quote

Thanks. That sounds like a better approach than what I did. I added noclean to the FEATURES in make.conf, ran emerge and applied patched. Then did a make world and make install.

Other than building xfree twice, I guess I achieved the same result.

Thanks Again,

John
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