[LLVMbugs] Makefile:50: *** target file `tags' has both : and :: entries. Stop.

Reid Spencer reid at x10sys.com
Wed Oct 27 07:35:25 PDT 2004


You need to update llvm/Makefile as well as llvm/Makefile.rules. Makefile.rules 
has double colon targets for tags and the old version of Makefile had single.


In general, it is a good idea to update the whole tree because developers 
generally commit logical change sets that work together. If you get some of the 
files, things might not work as in this case.

Reid.

Henrik Bach wrote:
> Hi,
> 
> I can't figure how Makefile:50 error emerges:
> ---------------------------------
> Reading makefiles...
> Reading makefile `Makefile'...
> Reading makefile `Makefile.common' (search path) (no ~ expansion)...
> Reading makefile `Makefile.config' (search path) (no ~ expansion)...
> Got a SIGCHLD; 1 unreaped children.
> Got a SIGCHLD; 2 unreaped children.
> Reading makefile 
> `/C/Projects/build/MinGW/llvm/../../../src/llvm/Makefile.rules' (search 
> path) (no ~ expansion)...
> /bin/sh.exe: 
> Files/cvsnt:/c/perl/5.8.5/bin:/c/perl/5.8.5/bin/MSWin32-x86-multi-thread:/c/Program: 
> No such file or directory
> Got a SIGCHLD; 2 unreaped children.
> Reading makefile `/dev/null' (search path) (don't care) (no ~ expansion)...
> Makefile:50: *** target file `tags' has both : and :: entries.  Stop.
> ---------------------------------
> 
> I've reconfigured LLVM by the command:
> 
> %<src_path>/configure
> 
> and build_dir != src_dir.
> 
> Henrik
> 
> _________________________________________________________________
> Opret en gratis Hotmail-konto  http://www.hotmail.com med udsigt til 250 
> MB lagerkapacitet
> 
> _______________________________________________
> LLVMbugs mailing list
> LLVMbugs at cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmbugs
> 




More information about the llvm-bugs mailing list