bug-auctex
[Top][All Lists]
Advanced

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

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


From: Christian Schlauer
Subject: [Bug-AUCTeX] Re: make install > make-install.log is not quiet
Date: Sun, 12 Aug 2007 22:32:56 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

David Kastrup <address@hidden> writes:

> 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.

I know (from the Rute user's tutorial :-). But I don't want to
redirect stderr. (Besides that, is the above output stderr? It's only
telling me what it does, and it succeeds in doing that, so that
shouldn't be stderr!?)

`make install' prints a lot on the screen, it makes my head swim. It
prints all these `for foo in ...' lines, then the command lines it
uses to copy the files -- it looks as if I turned debug-mode on.
That's just how it feels, IMO. I guess there are reasons for not using

   /usr/bin/install -c -m  644 --verbose ...

and just show the output of that on the screen (probably `--verbose'
isn't available everywhere?). Anyway, that's why I wanted to redirect
stdout _only_ in order to see if there is any stderr. And as the above
output doesn't look like stderr to me, I thought there is some kind of
`echo off' missing in the makefile.

-- 
Christian Schlauer





reply via email to

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