Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 1998 12:48:15 +0200
From:      Eivind Eklund <eivind@yes.no>
To:        Chuck Robey <chuckr@glue.umd.edu>, "Matthew D. Fuller" <fullermd@futuresouth.com>
Cc:        chat@FreeBSD.ORG
Subject:   Re: asbestos suited static vi
Message-ID:  <19980415124815.51030@follo.net>
In-Reply-To: <Pine.BSF.3.96.980414232637.26876M-100000@localhost>; from Chuck Robey on Tue, Apr 14, 1998 at 11:36:24PM -0400
References:  <Pine.BSF.3.96.980414224352.21670C-100000@shell.futuresouth.com> <Pine.BSF.3.96.980414232637.26876M-100000@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 14, 1998 at 11:36:24PM -0400, Chuck Robey wrote:
> > Having calmed down enough to actually read some of the emails sent both
> > to the list and to me personally, I'm starting to agree that it might not
> > be the best idea to have a static vi as a default.  However, I still
> > believe strongly that it's a desirable option in some cases, and I think
> > it should be easier than digging through makefiles, moving a bunch of
> > files around, etc; a package-type deal could well be perfect.
> 
> You realize how simple it is?  There's nothing like you hint above, just
> one line:
> 
> make NOSHARED=1 clean depend all install
> 
> that's it, done and installed, in the correct directory.  Oh, I didn't

Small change:
	make BINDIR=/bin NOSHARED=1 clean depend all install

He wanted it in /bin so he didn't have to mount /usr.

Eivind.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-chat" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980415124815.51030>