But there already was an "install", and it did far more than install the bytecode files. That changed too? On Wed, 10 Nov 2004 23:28:27 -0800 Reid Spencer <reid at x10sys.com> wrote:> Yeah, its just "install" now. > > I'll fix the documentation. > > Reid. > > On Wed, 2004-11-10 at 23:19, Jeff Cohen wrote: > > My rebuild from scratch has hit this snag. The instructions still call > > for running "gmake -C runtime install-bytecode", but this target no longer exists. > > > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev >
The entire makefile system was rewritten a couple of weeks ago. This is a good thing, your compiles now go twice as fast. Resistance is futile, just adapt :) The install target installed the bytecode libs into CFEINSTALL as before and also installs the native libraries to your prefix/lib directory. This is intentional. Reid On Wed, 2004-11-10 at 23:32, Jeff Cohen wrote:> But there already was an "install", and it did far more than install the > bytecode files. That changed too? > > > On Wed, 10 Nov 2004 23:28:27 -0800 > Reid Spencer <reid at x10sys.com> wrote: > > > Yeah, its just "install" now. > > > > I'll fix the documentation. > > > > Reid. > > > > On Wed, 2004-11-10 at 23:19, Jeff Cohen wrote: > > > My rebuild from scratch has hit this snag. The instructions still call > > > for running "gmake -C runtime install-bytecode", but this target no longer exists. > > > > > > _______________________________________________ > > > LLVM Developers mailing list > > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > _______________________________________________ > 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/20041110/6a3ca5fc/attachment.sig>
Wow... it is nearly twice as fast. But it tried to install stuff in /usr/local (and as I wasn't root...) and it didn't do that before. As I don't care about profiling or tracing, I didn't bother to su and do it again. On Wed, 10 Nov 2004 23:45:35 -0800 Reid Spencer <reid at x10sys.com> wrote:> The entire makefile system was rewritten a couple of weeks ago. This is > a good thing, your compiles now go twice as fast. Resistance is futile, > just adapt :) > > The install target installed the bytecode libs into CFEINSTALL as before > and also installs the native libraries to your prefix/lib directory. > This is intentional. > > Reid > > On Wed, 2004-11-10 at 23:32, Jeff Cohen wrote: > > But there already was an "install", and it did far more than install the > > bytecode files. That changed too? > > > > > > On Wed, 10 Nov 2004 23:28:27 -0800 > > Reid Spencer <reid at x10sys.com> wrote: > > > > > Yeah, its just "install" now. > > > > > > I'll fix the documentation. > > > > > > Reid. > > > > > > On Wed, 2004-11-10 at 23:19, Jeff Cohen wrote: > > > > My rebuild from scratch has hit this snag. The instructions still call > > > > for running "gmake -C runtime install-bytecode", but this target no longer exists. > > > > > > > > _______________________________________________ > > > > LLVM Developers mailing list > > > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > > > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev > > > > > > > _______________________________________________ > > LLVM Developers mailing list > > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev >