From owner-freebsd-arch Thu Apr 6 16:38:47 2000 Delivered-To: freebsd-arch@freebsd.org Received: from ns1.yes.no (ns1.yes.no [195.204.136.10]) by hub.freebsd.org (Postfix) with ESMTP id 760BD37BC4D for ; Thu, 6 Apr 2000 16:38:44 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.9.3/8.9.3) with ESMTP id BAA11496 for ; Fri, 7 Apr 2000 01:42:17 +0200 (CEST) Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id BAA34402 for freebsd-arch@freebsd.org; Fri, 7 Apr 2000 01:38:42 +0200 (CEST) Received: from gndrsh.dnsmgr.net (GndRsh.dnsmgr.net [198.145.92.4]) by hub.freebsd.org (Postfix) with ESMTP id 45BEB37BC4D; Thu, 6 Apr 2000 16:37:40 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.9.3/8.9.3) id QAA38982; Thu, 6 Apr 2000 16:37:39 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <200004062337.QAA38982@gndrsh.dnsmgr.net> Subject: Re: Import of tcsh into src/contrib/, replacing src/usr.bin/csh In-Reply-To: <20000406151008.B25607@dragon.nuxi.com> from "David O'Brien" at "Apr 6, 2000 03:10:08 pm" To: obrien@freebsd.org Date: Thu, 6 Apr 2000 16:37:39 -0700 (PDT) Cc: nate@yogotech.com (Nate Williams), arch@freebsd.org X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Thu, Apr 06, 2000 at 03:50:49PM -0600, Nate Williams wrote: > > > I did see PicoBSD (as I mentioned). Can someone show me where it is > > > required by PicoBSD? > > > > PicoBSD is just *one* of the many, many, many uses for small embedded > > system. Also, PicoBSD is the framework, not the entire enchilada. > > Ok, then what about this: > > 1. Import tcsh into src/contrib/tcsh > 2. copy src/bin/csh/Makefile to src/bin/csh/Makefile.csh > 3. create src/bin/csh/Makefile.tcsh > 4. src/bin/csh/Makefile looks like this: > > .if defined(WANT_OLD_CSH) > .include ${.CURDIR}/Makefile.csh > .else > .include ${.CURDIR}/Makefile.tcsh > .endif Simplified: cd /usr/ports/shells/tcsh make install mv /bin/csh /bin/csh.real ln -s /usr/local/bin/tcsh /bin/csh Gee.... same number of steps... and we don't have to touch a bloddy line of the repository -- Rod Grimes - KD7CAX @ CN85sl - (RWG25) rgrimes@gndrsh.dnsmgr.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message