Subject: Re: src/distrib/sets question
To: Matt Fredette <fredette@theory.lcs.mit.edu>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-install
Date: 03/20/2002 20:26:01
On Wed, Mar 20, 2002 at 10:42:42PM -0500, Matt Fredette wrote:
> Index: src/distrib/sets/lists/comp/shl.elf
> ===================================================================
> RCS file: /cvsroot/basesrc/distrib/sets/lists/comp/shl.elf,v
> retrieving revision 1.26
> diff -u -r1.26 shl.elf
> --- src/distrib/sets/lists/comp/shl.elf 2002/01/01 11:55:25 1.26
> +++ src/distrib/sets/lists/comp/shl.elf 2002/03/21 03:39:31
> @@ -1,8 +1,4 @@
> # $NetBSD: shl.elf,v 1.26 2002/01/01 11:55:25 augustss Exp $
> -./usr/lib/crtbegin.o comp-c-lib
> -./usr/lib/crtbeginS.o comp-c-lib
> -./usr/lib/crtend.o comp-c-lib
> -./usr/lib/crtendS.o comp-c-lib
> ./usr/lib/libasn1.so comp-c-lib
> ./usr/lib/libbz2.so comp-c-lib
> ./usr/lib/libc.so comp-c-lib
> --- /dev/null Tue Mar 12 14:00:23 2002
> +++ src/distrib/sets/lists/comp/comp.elf Wed Mar 20 16:34:33 2002
> @@ -0,0 +1,5 @@
> +# $NetBSD$
> +./usr/lib/crtbegin.o comp-c-lib
> +./usr/lib/crtbeginS.o comp-c-lib
> +./usr/lib/crtend.o comp-c-lib
> +./usr/lib/crtendS.o comp-c-lib
./usr/lib/crtbeginS.o and ./usr/lib/crtendS.o should be in shl.elf, since
they're the shlib versions of these files.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>