This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
cond3,make tests fail
- To: automake at gnu dot org
- Subject: cond3,make tests fail
- From: Patrick Welche <prlw1 at newn dot cam dot ac dot uk>
- Date: Mon, 13 Aug 2001 17:02:02 +0100
- List-Id: Discussion list for automake <automake.gnu.org>
Any thoughts on the following? (BTW, I am not subscribed..)
The tests were run with
gmake MAKE=gmake VERBOSE=1 check
under NetBSD-1.5X/i386, gmake 3.79.1, automake of 13 Aug 2001 13:40 GMT
=== 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