Re: make check for 3.80

2003-07-16 Thread Ted Stern
On 16 Jul 2003, Christian Krackowizer wrote: > > Hi, > > I have 1 error in 'make check' on I get the same error on UNICOS (Cray SV1) using recent CVS source. Oddly enough, parallelism seems to work just fine. Could there be a timing issue here? Ted -- Ted Stern

make check for 3.80

2003-07-16 Thread Christian Krackowizer
Hi, I have 1 error in 'make check' on Ultrix 4.3 *** work/features/parallelism.base.2Wed Jul 16 15:56:35 2003 --- work/features/parallelism.log.2 Wed Jul 16 15:56:35 2003 *** *** 1,7 - ONE.inc THREE.inc TWO.inc ONE - THREE TWO success --- 1,7 THREE.inc +

Re: Target variable bug

2003-07-16 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: r> I think this is a bug. I put a trivial example of a make file I am r> having trouble with below. I expect the below make to print: foo r> bar fob But it only prints: foo This isn't a bug, in that I never intended to have multiple pattern-specific variables

Target variable bug

2003-07-16 Thread RDelorenzi
I think this is a bug. I put a trivial example of a make file I am having trouble with below. I expect the below make to print: foo bar fob But it only prints: foo