Date: Thu, 6 Apr 2000 16:37:39 -0700 (PDT) From: "Rodney W. Grimes" <freebsd@gndrsh.dnsmgr.net> To: obrien@freebsd.org Cc: nate@yogotech.com (Nate Williams), arch@freebsd.org Subject: Re: Import of tcsh into src/contrib/, replacing src/usr.bin/csh Message-ID: <200004062337.QAA38982@gndrsh.dnsmgr.net> In-Reply-To: <20000406151008.B25607@dragon.nuxi.com> from "David O'Brien" at "Apr 6, 2000 03:10:08 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004062337.QAA38982>
