bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[error] make -j option ...


From: 김준범
Subject: [error] make -j option ...
Date: Thu, 10 Mar 2005 17:26:12 +0900

hello ~ hi there...

i found serious error....

> 
> 
> 
> ==> 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. 
> 
> 
> 
> __ 
> distcc mailing list            http://distcc.samba.org/
> To unsubscribe or change options: 
> https://lists.samba.org/mailman/listinfo/distcc

reply via email to

[Prev in Thread] Current Thread [Next in Thread]