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.


__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/cgi-bin/mailman/listinfo/distcc

Reply via email to