[distcc] Re: make -j option ...

jbkim jbkim at blisscom.co.kr
Thu Mar 10 06:30:15 GMT 2005




==> Following is Source Code of the Makefile.

################################################################################
#-------------------------------------------------------------------------------
# Object directory target
#-------------------------------------------------------------------------------

# The object subdirectoy is created if it does not already exist.

$(TARGETDIR)/exist :
 @if test ! -f $(TARGETDIR)/exist; then mkdir $(TARGETDIR); fi
 @echo Building $(TARGETDIR) > $(TARGETDIR)/exist
################################################################################


==> Above codes are in the Makefile (Makefile.mak).

==> Above codes are run smoothly at -J1.

==> However, contrary to my expectation, I see following error message 
at -J2, -J3, -J4.... and then, automatically exit from the Makefile.

make: *** No rule to make target 'M6000\exist', needed by 'M6000.elf'. Stop.
make: *** Waiting for unfiniswhed jhobs....

==> I can check formation of M6000 directory after the error message.

==> Above Source Codes are included in more than 180 codes.


==> Please let me know how can I solve-out this trouble. 





More information about the distcc mailing list