[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cond3,make tests fail
From: |
Richard Boulton |
Subject: |
Re: cond3,make tests fail |
Date: |
Mon, 13 Aug 2001 17:35:15 +0100 |
User-agent: |
Mutt/1.2.5i |
On Mon, Aug 13, 2001 at 05:02:02PM +0100, Patrick Welche wrote:
> Any thoughts on the following? (BTW, I am not subscribed..)
The cond3.test failure could perhaps be caused by the sed pattern
failing to work: I'm not sure how portable it is.
(It is:
sed -n '
/\(object\|OBJECT\).* =/ {
: loop
/\\$/ {
p
n
b loop
}
p
}' Makefile.in >produced
)
Perhaps it would be better as /[oO][bB][jJ][eE][cC][tT].* =/
I've no idea about the make.test failure.
Both tests pass for me (on debian gnu/linux)
> === Running test ./cond3.test
> 1,8d0
> < @address@hidden =
> < @address@hidden = one.$(OBJEXT)
> < @address@hidden =
> < @address@hidden = two.$(OBJEXT)
> < @address@hidden = three.$(OBJEXT)
> < @address@hidden =
> < am_targ_OBJECTS = $(am__objects_1) $(am__objects_2) $(am__objects_3)
> < targ_OBJECTS = $(am_targ_OBJECTS)
> FAIL: cond3.test
>
> === Running test ./make.test
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for mawk... no
> checking for gawk... no
> checking for nawk... no
> checking for awk... awk
> checking whether gmake sets ${MAKE}... yes
> checking for style of include used by gmake ... GNU
> configure: creating ./config.status
> config.status: creating Makefile
> FAIL: make.test
>
>
> Cheers,
>
> Patrick
>