Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Dec 1995 05:58:33 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/libkern Makefile
Message-ID:  <199512261358.FAA03609@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         95/12/26 05:58:32

  Modified:    sys       Makefile
               sys/i386/conf  Makefile.i386 files.i386
               sys/i386/i386  support.s
  Removed:     sys/libkern  Makefile
  Log:
  Removed almost all traces of libkern.a.  The objects that were in
  libkern.a are now specified by listing their source files in
  files.${MACHINE}.  The list is machine-dependent to save space.
  All the necessary object for each machine must be linked into the
  kernel in case an lkm wants one.
  
  Revision  Changes    Path
  1.4       +2 -2      src/sys/Makefile
  1.72      +4 -26     src/sys/i386/conf/Makefile.i386
  1.121     +18 -1     src/sys/i386/conf/files.i386
  1.29      +1 -20     src/sys/i386/i386/support.s



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512261358.FAA03609>