Bugzilla – Bug 222
make tools-only doesn't make lib/Support
Last modified: 2004-02-03 17:06:32
You need to log in before you can comment on or make changes to this bug.
Following "configure", the lib/Support directory and Makefile have not been copied over from the source tree to the build tree. A normal "make" notices this and fixes it, but "make tools-only" does not. (I imagine this problem wouldn't arise if you are building in the source tree.) I have a patch to "llvm/Makefile" which I will attach.
Created an attachment (id=73) [details] proposed patch
Thanks for the patch! Applied: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040202/011105.html -Chris
Here's a revised patch. The original didn't work with my version of gmake: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040202/011108.html -Chris