[LLVMdev] Bug in Makefile

Robert L. Bocchino Jr. bocchino at uiuc.edu
Sat May 28 17:42:31 PDT 2005


Hi,

I just updated from source and got this at the top of the master 
Makefile:

LEVEL = .
DIRS = lib/System lib/Support utils lib

ifeq ($(MAKECMDGOALS),tools-only)
DIRS += tools
else
   ifneq ($(MAKECMDGOALS),libs-only)
     DIRS += runtime docs
     OPTIONAL_DIRS = examples projects
   endif
endif

This causes my build to be incorrect.  In the general case, it doesn't 
build the tools, and building the runtime without the tools causes the 
build to crash.  Also, the examples directory is empty, so building 
into it causes an error.  Can someone fix this?  Or I can, with 
authorization.

Thanks,

Rob

Robert L. Bocchino Jr.
Ph.D. Student
University of Illinois, Urbana-Champaign




More information about the llvm-dev mailing list