On Fri, 2015-03-13 at 06:32 +0000, Duncan wrote: > Joakim Tjernlund posted on Thu, 12 Mar 2015 17:26:59 +0000 as excerpted: > > > No, there can be no copy of sources for what I want. It just gets in the > > way having to do that. > > ?? > > Copying to tmpfs is copying to memory, and copying to memory in /some/ form > must occur in ordered to > operate on the files at all, that is, with any build at all, so I don't see > the problem, at least if > you're > working on a machine with say 2+ gigs RAM. (There might be problems on a > half-gig RAM machine, but that's not particularly appropriate as a developer > machine in any case, these > days, unless you're talking embedded, which you didn't mention.) > > But of course, gentoo/portage lets you do it your way too, as demonstrated > by the hacks you posted. =:^) >
When you are developing SW you do the edit/build cycle often and it is really annoying to copy a big src tree, rebuild everything (as timestamps, deps changes), move to another src to do any debugging etc. Try it on your own development by just copying you src tree every time you want to build, you get very tired of it real soon :) Don't get me wrong, portage is a wounderful pkg mgr, I just want to extend its use to be more helpful during development too, without having to do really ugly hacks like I showed you. Jocke
