Further sh(1) plans

Dag-Erling Smørgrav des at des.no
Tue Jun 22 19:26:47 UTC 2010


"M. Warner Losh" <imp at bsdimp.com> writes:
> Dag-Erling Smørgrav <des at des.no> writes:
> "M. Warner Losh" <imp at 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 at ds4 /usr/src/bin/sh% svn annotate Makefile | grep termcap
125503         ru LDADD= -ll -ledit -ltermcap
des at 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 at ds4 /usr/src/bin/sh% svn annotate -r125502 Makefile | grep termcap
 17987      peter LDADD+= -ll -ledit -ltermcap
des at 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+= 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 at bonsai.hiwaay.net>, peter

------------------------------------------------------------------------
des at ds4 /usr/src/bin/sh% svn annotate -r17986 Makefile | grep termcap
  3286       ache LDADD=  -ll -ledit -ltermcap
des at 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 at ds4 /usr/src/bin/sh% svn annotate -r3285 Makefile | grep termcap
  1556    rgrimes LDADD=        -ll -ledit -ltermcap -lcompat
des at 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 at ds4 /usr/src/bin/sh% cd ../..
des at 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
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-arch mailing list