bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "make check-TEST" lossage on FreeBSD make (+ untested patch)


From: Alexandre Duret-Lutz
Subject: Re: "make check-TEST" lossage on FreeBSD make (+ untested patch)
Date: Thu, 06 May 2004 08:59:23 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

>>> "Mark" == Mark D Baushke <address@hidden> writes:

[...]

 Mark> Given that the tests:
 Mark> aclocal4.test 
 Mark> aclocal5.test 
 Mark> aclocal6.test 
 Mark> dollar.test
 Mark> gnumake.test
 Mark> lex5.test
 Mark> make.test
 Mark> makej.test
 Mark> output6.test
 Mark> version7.test 
  
 Mark> all use 'required=GNUmake' it is not clear to me if this
 Mark> is a good thing or a bad thing.

Since they require GNUmake they should simply not run on your system.
Could you run

% make --version -v; echo $?

This command used to output

make: invalid option -- -
usage: make [-Beiknqrstv] [-D variable] [-d flags] [-E variable] [-f makefile]
            [-I directory] [-j max_jobs] [-m directory] [-V variable]
            [variable=value] [target ...]
2

with former FreeBSD versions.  Apparently it no longer fails in
the traces you sent.  Perhaps we should change tests/defs.in to
use `$MAKE --version -v | grep GNU' instead.

 Mark> lex3.test
 Mark> yacc6.test

I can reproduce these two under Linux using FreeBSD make.
-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]