bug-auctex
[Top][All Lists]
Advanced

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

Re: [Bug-AUCTeX] make install > make-install.log is not quiet


From: David Kastrup
Subject: Re: [Bug-AUCTeX] make install > make-install.log is not quiet
Date: Thu, 09 Aug 2007 23:43:13 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

Christian Schlauer <address@hidden> writes:

> Hello!
>
> When I try to install a (recent) CVS AUCTeX "the quiet way" by
> redirecting stdout to a file, AUCTeX isn't completely silent:
>
> $ make install > make-install.log
> + for x in 'images/*.xpm'
> + /usr/bin/install -c -m 644 images/amstex.xpm 
> e:/emacs/site-lisp/auctex/images
>
> ... and so on.

Append 2>&1 to your command line.  Stderr will not be redirected
otherwise.

Maybe we should not do this via set -x?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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