9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Russ Cox <russcox@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] Standalone unix port of the original rc shell
Date: Wed, 10 Aug 2005 11:18:57 -0400	[thread overview]
Message-ID: <ee9e417a05081008187f7f6b9@mail.gmail.com> (raw)
In-Reply-To: <42FA1764.2050801@lanl.gov>

> p9p is remarkable to me in that it builds on anything, without automake,
> configure, autoconfig, dev-wrappers, and that other horrible stuff. You
> just type make. What a concept!

Except that you spell make "./INSTALL", but yeah.

> Plus, if you only want one piece, build it all anyway -- it's fast!
> I don't see the problem.

It's not *that* fast.  Compared to a Linux kernel build, sure.
But when I'm doing regression tests to make sure that everything
still builds everywhere, I sure wish it was 10x faster.

Building everything isn't entirely realistic for some people.  If I want to
write some big program that uses libfmt for a small part, it's nice
that I can just ship the standalone libfmt instead of requiring
people to build the entire thing.  Building just libfmt is even faster.
And arguably there are a few more pieces that could stand 
on their own, though once you start dealing with 9P I think you
should just take the whole thing.

Russ


  reply	other threads:[~2005-08-10 15:18 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-09 14:16 Anselm R. Garbe
2005-08-09 15:22 ` Federico Benavento
2005-08-09 15:28   ` Anselm R. Garbe
2005-08-10  5:54 ` Skip Tavakkolian
2005-08-10 10:03   ` Anselm R. Garbe
2005-08-10 10:29     ` Gabriel Diaz
2005-08-10 12:38       ` Anselm R. Garbe
2005-08-10 12:43         ` Gabriel Diaz
2005-08-10 12:57           ` Anselm R. Garbe
2005-08-10 14:55             ` Ronald G Minnich
2005-08-10 13:50     ` Russ Cox
2005-08-10 14:23       ` Anselm R. Garbe
2005-08-10 15:31         ` Russ Cox
2005-08-10 15:52           ` Anselm R. Garbe
2005-08-10 15:04       ` Ronald G Minnich
2005-08-10 15:18         ` Russ Cox [this message]
2005-08-10 15:33         ` Artem Letko
2005-08-10 15:38           ` Ronald G Minnich
2005-08-10 22:34             ` Andy Newman
2005-08-10 15:36         ` Anselm R. Garbe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ee9e417a05081008187f7f6b9@mail.gmail.com \
    --to=russcox@gmail.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).