peebee wrote:SpComb, is there any chance to get your patch pack including auto-seperation?
It seems like if I'm the only player who's intrested in such an option.
Unfortunately, this isn't really a patch pack as such, these are just the patches that I play with myself, since I'm willing to support them. Applying some random patch isn't the issue here (assuming that it's a clean merge) - it's debugging the resulting crashes that is.
If you want to play with some specific patches, your best option is to have a go at applying the patches and building yourself. Patch packs tend to suck, and they aren't a sustainable solution.
Gathers wrote:Seriously though, if you do want to include it and there's anything I could do to make that easier, just let me know.

I'll have to take a look sometime, the patch looks pretty clean, so it might work OK. I haven't said "no" yet
petert wrote:Also, what does "make -j6" mean? What is the -j6 param. for?
RTFM ->
make(1) wrote:
-j [jobs], --jobs[=jobs]
Specifies the number of jobs (commands) to run simultaneously. If there is more than one -j option, the
last one is effective. If the -j option is given without an argument, make will not limit the number of
jobs that can run simultaneously.
It's the concurrency level for the commands executed by make - this compiles six files in parallel.