Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

shell output lost

3 views
Skip to first unread message

Rustom Mody

unread,
Nov 15, 2011, 11:19:01 PM11/15/11
to help-gn...@gnu.org
I track the output of large builds by running the make/configure etc from within an emacs shell

Sometimes the build is so large that I also want to track how long it takes (while I go do something else not necessarily on the computer)

So I do something like

date
make
date

in the emacs eshell.  ie I type the second date when the make starts

However I dont see its output (maybe lost somewhere in the make output??)

Any ideas?

XeCycle

unread,
Nov 16, 2011, 12:26:57 AM11/16/11
to help-gn...@gnu.org
Rustom Mody <rusto...@gmail.com> writes:

> I track the output of large builds by running the make/configure
> etc from within an emacs shell
>
> Sometimes the build is so large that I also want to track how
> long it takes (while I go do something else not necessarily on
> the computer)

For this, try `time'.

> So I do something like
>
> date
> make
> date
>
> in the emacs eshell.  ie I type the second date when the make
> starts

You can try this instead:

date ; make ; date

> However I dont see its output (maybe lost somewhere in the make
> output??)
>
> Any ideas?
>

--
Carl Lei (XeCycle)
Department of Physics, Shanghai Jiao Tong University
OpenPGP public key: 7795E591
Fingerprint: 1FB6 7F1F D45D F681 C845 27F7 8D71 8EC4 7795 E591
0 new messages