I know there's been patches in the past to reduce the output of the
makefiles generated by automake that have not been accepted. I understand
that the main reasons for opposing such a patch are:
a) hiding output might result in more incorrect or uninformative bug reports
b) it is more bloat in the
On Monday, January 8, 2007 @ 11:46a, Ralf Wildenheus wrote:
> * David Byron wrote on Mon, Jan 08, 2007 at 08:25:28PM CET:
> > On Monday, January 8 @ 11:05a, Ralf Wildenhues wrote:
> > > * David Byron wrote on Mon, Jan 08, 2007 at 07:40:02PM CET:
> [...]
> > > >
> > > > AC_CONFIG_FILES([Makefile u
* Ed Hartnett wrote on Tue, Jan 16, 2007 at 03:17:00AM CET:
>
> I am having a problem on cygwin only.
>
> I have a test which is expected to fail. In the Makefile.am I have
> this:
>
> TESTFILES = nctst tst_failure
> check_PROGRAMS = $(TESTFILES)
> nctst_SOURCES = nctst.cpp
> tst_failure_SOURCE