Re: proper handling of distcc in rules

2004-10-15 Thread Wouter Verhelst,,+32 15 27 69 50,+32 3 542 35 14,
On Fri, Oct 15, 2004 at 08:45:50PM +0200, Bartosz Fenski aka fEnIo wrote: > Hello. > > I've just started using distcc for my compilation (yep... for preparing > packages too), so I wonder if there is any policy about using `-jX` switch > for make? > > May I simply use `make -j4` in my debian/rule

proper handling of distcc in rules

2004-10-15 Thread Bartosz Fenski aka fEnIo
Hello. I've just started using distcc for my compilation (yep... for preparing packages too), so I wonder if there is any policy about using `-jX` switch for make? May I simply use `make -j4` in my debian/rules files or it should be put in some #ifdef conditions? If there is some policy about th