Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Multiple instances of kernel builds [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
mounty1
l33t
l33t


Joined: 06 Jul 2006
Posts: 934
Location: Queensland

PostPosted: Mon Mar 04, 2013 10:57 pm    Post subject: Multiple instances of kernel builds [SOLVED] Reply with quote

Currently, I run Gentoo on three machines: a HP t5745 thin client, a MSI S270 laptop, and a VirtualBox VM. To save bandwidth, the three installations share a common /usr/portage and I was wondering about something similar for the kernel source. The three machines have distinct .configs though. Presumably the 'safe' way to handle that is, when new kernel source is emerged, to cpio -pdlum the source once for each machine, before writing the .config for each. That achieves common source but entirely separate builds.

Does the kernel source support multiple builds without intervening make distcleans ?
_________________
Michael Mounteney


Last edited by mounty1 on Tue Mar 05, 2013 1:06 am; edited 1 time in total
Back to top
View user's profile Send private message
Hypnos
Advocate
Advocate


Joined: 18 Jul 2002
Posts: 2889
Location: Omnipresent

PostPosted: Tue Mar 05, 2013 12:34 am    Post subject: Reply with quote

Use the output dir feature:

Code:
# make help | grep output
 make O=dir [targets] Locate all output files in "dir", including .config

_________________
Personal overlay | Simple backup scheme
Back to top
View user's profile Send private message
mounty1
l33t
l33t


Joined: 06 Jul 2006
Posts: 934
Location: Queensland

PostPosted: Tue Mar 05, 2013 1:06 am    Post subject: Just what I wanted Reply with quote

Great, that does it exactly. Thanks !
_________________
Michael Mounteney
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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