This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cond3,make tests fail


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
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]