tramp-devel
[Top][All Lists]
Advanced

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

Re: Calling make remotely


From: Ted Stern
Subject: Re: Calling make remotely
Date: Mon, 28 Oct 2002 12:20:18 -0800
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (sparc-sun-solaris2.8)

On Mon, 28 Oct 2002, Kai Großjohann wrote:
> 
> Does anyone have an idea how to implement async shell commands?
> Tramp has a shell connection, and if several async commands are
> running inside that shell it is not trivial to figure out which
> output belongs to which async command.

What about something like

      make <args> 1> /tmp/makeoutput 2>&1 &

      <some command to effectively tail -f on the output>

Ted
-- 
 Ted Stern                           Engineering Applications
 Cray Inc.                                http://www.cray.com
 411 First Avenue South, Suite 600               206-701-2182
 Seattle, WA 98104-2860                     FAX: 206-701-2500
 Debuggers' motto:  Frango ut patefaciam -- I break in order to reveal




reply via email to

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