bug-automake
[Top][All Lists]
Advanced

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

Re: Failure of `make.test'


From: Ludovic Courtès
Subject: Re: Failure of `make.test'
Date: Tue, 01 Jul 2008 23:32:44 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Hi,

Ralf Wildenhues <address@hidden> writes:

> You could also write a patch letting automake/m4/make.m4 drop that extra
> output.  Or at least show us what it is.

The extra output [*] is (1) one line per goal sent to stderr, and (2) an
additional "\e[p" sequence to stdout when `-w' is used:

  $ a="`make -w -s -f confmf | grep -v 'ing directory'`"
  building am__doit
  $ echo "\`$a'"
  `done
  '
(1) doesn't hurt here, but (2) causes the test to fail.

I'm not sure whether we want the test to work around this.

Thanks,
Ludovic.

[*] Patch available at:
    
https://svn.nixos.org/viewvc/nix/nixpkgs/trunk/pkgs/development/tools/build-managers/gnumake/log.patch?revision=10849&view=markup





reply via email to

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