Date: Tue, 22 Jun 2010 21:24:34 +0200 From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@des.no> To: "M. Warner Losh" <imp@bsdimp.com> Cc: stefan@fafoe.narf.at, freebsd-arch@freebsd.org, jilles@stack.nl, gcooper@freebsd.org Subject: Re: Further sh(1) plans Message-ID: <86r5jy3m6l.fsf@ds4.des.no> In-Reply-To: <20100622.131232.1004138037621847577.imp@bsdimp.com> (M. Warner Losh's message of "Tue, 22 Jun 2010 13:12:32 -0600 (MDT)") References: <86wrtte830.fsf@ds4.des.no> <20100622.102058.69891821692792062.imp@bsdimp.com> <86d3vi53b9.fsf@ds4.des.no> <20100622.131232.1004138037621847577.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"M. Warner Losh" <imp@bsdimp.com> writes: > Dag-Erling Sm=C3=B8rgrav <des@des.no> writes: > "M. Warner Losh" <imp@bsdimp.com> writes: > > > ~4k isn't worth a fuss. However, ~315k from libncurses and ~110k from > > > libedit is, > > Oh come on, they were there already. Don't blame tab completion for > > this. > They weren't there before. Guess I missed when they went in. Time flies when you're having fun... des@ds4 /usr/src/bin/sh% svn annotate Makefile | grep termcap 125503 ru LDADD=3D -ll -ledit -ltermcap des@ds4 /usr/src/bin/sh% svn log -r125503 ------------------------------------------------------------------------ r125503 | ru | 2004-02-05 23:44:25 +0100 (Thu, 05 Feb 2004) | 2 lines Fixed style of DPADD and LDADD assignments as per style.Makefile(5). ------------------------------------------------------------------------ des@ds4 /usr/src/bin/sh% svn annotate -r125502 Makefile | grep termcap 17987 peter LDADD+=3D -ll -ledit -ltermcap des@ds4 /usr/src/bin/sh% svn log -r17987 ------------------------------------------------------------------------ r17987 | peter | 1996-09-01 12:22:36 +0200 (Sun, 01 Sep 1996) | 13 lines Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a merge of parallel duplicate work by Steve Price and myself. :-] There are some changes to the build that are my fault... mkinit.c was trying (poorly) to duplicate some of the work that make(1) is designed to do. The Makefile hackery is my fault too, the depend list was incomplete because of some explicit OBJS+=3D entries, so mkdep wasn't picking up their source file #includes. This closes a pile of /bin/sh PR's, but not all of them.. Submitted by: Steve Price <steve@bonsai.hiwaay.net>, peter ------------------------------------------------------------------------ des@ds4 /usr/src/bin/sh% svn annotate -r17986 Makefile | grep termcap 3286 ache LDADD=3D -ll -ledit -ltermcap des@ds4 /usr/src/bin/sh% svn log -r3286 ------------------------------------------------------------------------ r3286 | ache | 1994-10-02 02:36:03 +0100 (Sun, 02 Oct 1994) | 2 lines libcompat removed ------------------------------------------------------------------------ des@ds4 /usr/src/bin/sh% svn annotate -r3285 Makefile | grep termcap 1556 rgrimes LDADD=3D -ll -ledit -ltermcap -lcompat des@ds4 /usr/src/bin/sh% svn log -r1556 svn: Unable to find repository location for 'svn+ssh://svn.freebsd.org/base= /head/bin/sh' in revision 1556 des@ds4 /usr/src/bin/sh% cd ../.. des@ds4 /usr/src% svn log -r1556 ------------------------------------------------------------------------ r1556 | rgrimes | 1994-05-26 08:18:55 +0200 (Thu, 26 May 1994) | 2 lines BSD 4.4 Lite bin Sources ------------------------------------------------------------------------ DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86r5jy3m6l.fsf>