Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src MKDYNAMICROOT=yes; care needs to be taken if "make build" is...



details:   https://anonhg.NetBSD.org/src/rev/be30470a7a20
branches:  trunk
changeset: 536944:be30470a7a20
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Sep 24 14:43:39 2002 +0000

description:
MKDYNAMICROOT=yes; care needs to be taken if "make build" is not used

diffstat:

 UPDATING |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r ffa991f7f24d -r be30470a7a20 UPDATING
--- a/UPDATING  Tue Sep 24 14:14:25 2002 +0000
+++ b/UPDATING  Tue Sep 24 14:43:39 2002 +0000
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.67 2002/09/21 04:12:35 lukem Exp $
+$NetBSD: UPDATING,v 1.68 2002/09/24 14:43:39 lukem Exp $
 
 This file is intended to be a brief introduction to the build
 process and a reference on what to do if something doesn't work.
@@ -8,6 +8,16 @@
 Recent changes:
 ^^^^^^^^^^^^^^^
 
+20020922:
+       MKDYNAMICROOT=yes enabled by default, which means that
+       certain shared libraries are installed into /lib, the shared
+       linker is installed into /libexec, and all programs in /bin
+       and /sbin are dynamically linked.
+       If you do not use "make build", you should ensure that
+       you have the libraries and shared linker in the new locations,
+       with:
+               make do-lib-csu do-lib-libc do-lib do-gnu-lib do-ld.elf_so
+
 20020917:
        USE_NEW_TOOLCHAIN has been replaced with:
            -   TOOLCHAIN_MISSING -- set to "yes" on platforms for which



Home | Main Index | Thread Index | Old Index