[LLVMdev] Bug in Makefile
Reid Spencer
reid at x10sys.com
Sat May 28 17:51:39 PDT 2005
Sorry about that. This is now fixed.
As for the "examples directory is empty" part, I suggest you've gotten a
check out error or some such. All the files report as being present in
my tree. If you haven't already, you should use an alias like this:
alias cvsup='cvs update -ARPd 2>/dev/null'
to update. This gets you the root branch, latest version, getting rid of
empty directories and checking out new ones.
Reid.
On Sat, 2005-05-28 at 19:42 -0500, Robert L. Bocchino Jr. wrote:
> 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
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050528/28546e5e/attachment.sig>
More information about the llvm-dev
mailing list