Re: pr19.test

2001-05-18 Thread Robert Collins
: pr19.test 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

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.c (which is

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
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 to an

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 21; 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. make[3]:

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
| 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

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 snip Thanks for the details. As I'm currently working on DIST_COMMON etc. (I have anot

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 21; rm -rf ./am_lex_bug-0.1.1 mkdir ./am_lex_bug-0.1.1 for file in Makefile.am

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: [EMAIL

Re: pr19.test

2001-03-12 Thread Robert Collins
=== make[1]: *** [check-TESTS] Error 1 make[1]: Leaving directory `/usr/src/automake/tests' make: *** [check-am] Error 2 - Original Message - From: "edward" [EMAIL PROTECTED] To: "Robert Collins" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, March 13, 2001 9:03