[distcc] Re: Re: Re: Re: Re: Can't get distcc working properly, help!

Luke Guest lguest at bubball.com
Mon Jul 14 13:13:13 GMT 2003


Well, I was in the process of sending another message and as was writing I
copied this into the message:

subdirs: $(SUBDIRS)
	@set -e; \
	for i in $(SUBDIRS); \
	do \
		cd $$i; \
		$(MAKE); \
		cd ..; \
	done

Then realised that the MAKE var doesn't setup the jobs by default, so it
wasn't being directibuted properly to all of the subdirs.

I also wanted to say that I tried those vars you mentioned but I didn't
get a /tmp/client.log from distccd.

It does seem to be working now though. Thanks for the help.

Luke.





More information about the distcc mailing list