Re: gen_test_char build needs some help in the autoconf-based build

2013-10-29 Thread Jeff Trawick
On Tue, Oct 29, 2013 at 12:22 AM, William A. Rowe Jr. wmr...@gmail.comwrote: No... the entire dependency is on excluding it from svn. Please remember that default timestamps in svn are worthless and whatever you checked in is platform specific. On Oct 28, 2013 7:02 PM, Jeff Trawick

Re: gen_test_char build needs some help in the autoconf-based build

2013-10-29 Thread Jeff Trawick
On Tue, Oct 29, 2013 at 7:44 AM, Jeff Trawick traw...@gmail.com wrote: On Tue, Oct 29, 2013 at 12:22 AM, William A. Rowe Jr. wmr...@gmail.comwrote: No... the entire dependency is on excluding it from svn. Please remember that default timestamps in svn are worthless and whatever you checked

Re: gen_test_char build needs some help in the autoconf-based build

2013-10-29 Thread Jeff Trawick
On Tue, Oct 29, 2013 at 9:33 AM, Jeff Trawick traw...@gmail.com wrote: On Tue, Oct 29, 2013 at 7:44 AM, Jeff Trawick traw...@gmail.com wrote: On Tue, Oct 29, 2013 at 12:22 AM, William A. Rowe Jr. wmr...@gmail.comwrote: No... the entire dependency is on excluding it from svn. Please

gen_test_char build needs some help in the autoconf-based build

2013-10-28 Thread Jeff Trawick
apr trunk on Unix: It gets built then run only after all .o files are generated, so it doesn't have the expected impact. .o/.lo/.libs (for gen_test_char) in tools don't get cleaned, so you may just see the link invocation when you think you're building from scratch. (I see something else with

Re: gen_test_char build needs some help in the autoconf-based build

2013-10-28 Thread William A. Rowe Jr.
On Mon, 28 Oct 2013 17:01:56 -0400 Jeff Trawick traw...@gmail.com wrote: apr trunk on Unix: It gets built then run only after all .o files are generated, so it doesn't have the expected impact. .o/.lo/.libs (for gen_test_char) in tools don't get cleaned, so you may just see the link

Re: gen_test_char build needs some help in the autoconf-based build

2013-10-28 Thread Graham Leggett
On 28 Oct 2013, at 11:01 PM, Jeff Trawick traw...@gmail.com wrote: apr trunk on Unix: It gets built then run only after all .o files are generated, so it doesn't have the expected impact. .o/.lo/.libs (for gen_test_char) in tools don't get cleaned, so you may just see the link

Re: gen_test_char build needs some help in the autoconf-based build

2013-10-28 Thread William A. Rowe Jr.
No... the entire dependency is on excluding it from svn. Please remember that default timestamps in svn are worthless and whatever you checked in is platform specific. On Oct 28, 2013 7:02 PM, Jeff Trawick traw...@gmail.com wrote: On Mon, Oct 28, 2013 at 7:51 PM, Graham Leggett minf...@sharp.fm