This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: cond3,make tests fail
- To: Patrick Welche <prlw1 at newn dot cam dot ac dot uk>
- Subject: Re: cond3,make tests fail
- From: Richard Boulton <richard at tartarus dot org>
- Date: Mon, 13 Aug 2001 17:35:15 +0100
- Cc: automake at gnu dot org
- List-Id: Discussion list for automake <automake.gnu.org>
- References: <20010813170202.J5732@quartz.newn.cam.ac.uk>
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
> < @ONE_FALSE@am__objects_1 =
> < @ONE_TRUE@am__objects_1 = one.$(OBJEXT)
> < @TWO_FALSE@am__objects_2 =
> < @TWO_TRUE@am__objects_2 = two.$(OBJEXT)
> < @THREE_TRUE@am__objects_3 = three.$(OBJEXT)
> < @THREE_FALSE@am__objects_3 =
> < 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
>