Re: pr19.test

2001-05-18 Thread Tom Tromey
> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: Robert> I went to retest this : I couldn't find pr19.test. pr9, yes, Robert> pr19, no. Is it still in HEAD? Try lex3.test. Tom

Re: pr19.test

2001-05-18 Thread Robert Collins
lt;[EMAIL PROTECTED]> Sent: Friday, May 18, 2001 3:52 PM Subject: Re: pr19.test > >>>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: > > Robert> I recall it failing on openBSD 2.8. > > Cool. > > Now, how can we fix it? > >

Re: pr19.test

2001-05-17 Thread Tom Tromey
> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: Robert> I recall it failing on openBSD 2.8. Cool. Now, how can we fix it? One idea would be to emit `.PRECIOUS: parse.c'. However, I don't know if that will work with a non-GNU make. Would that work on OpenBSD? (I don't have access

RE: pr19.test

2001-05-17 Thread Robert Collins
I recall it failing on openBSD 2.8. Rob

Re: pr19.test

2001-05-17 Thread Tom Tromey
> "edward" == edward <[EMAIL PROTECTED]> writes: I'm finally reading this thread. I haven't finished it yet, so what I say may make little sense :-( edward> # FIXME: nodist. edward> &push_dist_common ($pfx . $base . '.' . $ext); edward> commenting out the last line removes foo.

Re: pr19.test

2001-05-13 Thread Tom Tromey
> "edward" == edward <[EMAIL PROTECTED]> writes: edward> On systems with make programs which delete intermediate edward> targets (including cygwin), I expect pr19 to fail with foo.c edward> not found. I thought we circumvented this by emitting dependencies so that intermediate files weren't

Re: pr19.test

2001-03-13 Thread Robert Collins
Right, I reset my automake dir to CVS no patches, test log in testSubDir (running on cygwin 1.1.8-2)=== $ perl -pi.old -e 's/^\t\@/\t/g' Makefile $ make distdir chmod -R a+w ./am_lex_bug-0.1.1 >/dev/null 2>&1; rm -rf ./am_lex_bug-0.1.1 mkdir ./am_lex_bug-0.1.1 for file in Makefile.am Makef

Re: pr19.test

2001-03-13 Thread edward
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "edward" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 5:39 AM Subject: Re: pr19.test > Thanks for the details. As I'm currently working

Re: pr19.test

2001-03-13 Thread Akim Demaille
| From | http://sources.redhat.com/ml/automake/2001-03/msg00183.html | | 2) lines 4946-4947 of automake.in version 1.977 | | # FIXME: nodist. | &push_dist_common ($pfx . $base . '.' . $ext); | | commenting out the last line removes foo.c (which is a temporary file) | from the m

Re: pr19.test

2001-03-13 Thread edward
From http://sources.redhat.com/ml/automake/2001-03/msg00183.html 2) lines 4946-4947 of automake.in version 1.977 # FIXME: nodist. &push_dist_common ($pfx . $base . '.' . $ext); commenting out the last line removes foo.c (which is a temporary file) from the make distdir target,

Re: pr19.test

2001-03-13 Thread Akim Demaille
> make[2]: Leaving directory `/usr/src/automake/tests/testSubDir' > make[2]: Entering directory `/usr/src/automake/tests/testSubDir' > chmod -R a+w ./am_lex_bug-0.1.1 >/dev/null 2>&1; rm -rf > ./am_lex_bug-0.1.1 > mkdir ./am_lex_bug-0.1.1 > cp: ./foo.c: No such file or directory I have this. ma

Re: pr19.test

2001-03-12 Thread Robert Collins
AIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, March 13, 2001 9:03 AM Subject: Re: pr19.test > hm. > > pr19.test fails but you post the logs from subdirbuildsources.test :) > > try: > > make TESTS=pr19.test check > > in order to run just pr19.test > &

Re: pr19.test

2001-03-12 Thread edward
hm. pr19.test fails but you post the logs from subdirbuildsources.test :) try: make TESTS=pr19.test check in order to run just pr19.test - Original Message - From: "Robert Collins" <[EMAIL PROTECTED]> To: "edward" <[EMAIL PROTECTED]>; "Akim Demaille" <[EMAIL PROTECTED]> Cc: <[EMA