Displaying 4 results from an estimated 4 matches for "pr106".
2004 Oct 10
0
[LLVMdev] automake (PR106)
...ure
4. Run GNU make at top of your build directory
Note that the output is raw (commands shown). It will stay this way
through testing because its just easier to see what's going on.
You can find current status and additional information about the
automake support at:
http://llvm.cs.uiuc.edu/PR106
Reid
-------------- 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/20041010/1df36e41/attachment.sig>
2004 Oct 22
6
[LLVMdev] Makefile.rules Changes / automake update (IMPORTANT!)
Hello,
I've closed PR106 (use automake) as WONTFIX. I've already delineated the
problems with automake in previous posts but as of now, all the automake
related stuff has been removed from the repository.
In an effort to start making our makefile system better, I've committed changes
to Makefile.rules and a few...
2004 Oct 22
0
[LLVMdev] Makefile.rules Changes / automake update (IMPORTANT!)
...since you're working on it already.
Hope this isn't piling too much work on, but it'd be nice to not have
to worry about keeping this local change.
Thanks!
-mike
On Fri, 22 Oct 2004 14:40:42 -0700, Reid Spencer <reid at x10sys.com> wrote:
> Hello,
>
> I've closed PR106 (use automake) as WONTFIX. I've already delineated the
> problems with automake in previous posts but as of now, all the automake
> related stuff has been removed from the repository.
>
> In an effort to start making our makefile system better, I've committed changes
> to Ma...
2004 Sep 05
1
[LLVMdev] Time For automake?
Hi,
I'd like to convert LLVM to use automake. This, as you know, has been a
hot-button for me over the last several months. See
http://llvm.cs.uiuc.edu/PR106 for the details.
Now that llvm/test/Programs is moved out of the main source repository,
I think the time is right. However, I don't want to break everyone's
build environment while I develop it. The plan is to have peaceful
co-existence of both makefile/configure systems. We might keep...