[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automake 1.7 (CVS) test failure when make =! GNU make
From: |
ezra peisach |
Subject: |
Re: automake 1.7 (CVS) test failure when make =! GNU make |
Date: |
Mon, 30 Sep 2002 15:11:11 -0400 (EDT) |
lex5.test needs gmake because of possibly broken VMAKE behaviour. At
the end of the test when decending to sub, ../configure is run some
other changes make and then $MAKE foo/foo2.o.
This fails with the native make - probably because VPATH is necessary to
figure out that foo/foo2.c is in the sourcedir and not otherwise mentioned
in the Makefile.
Ezra