HEADS UP: dynamic root support now in the tree

Shin-ichi Yoshimoto yosimoto at waishi.jp
Sun Aug 17 17:05:19 PDT 2003


Subject: Re: HEADS UP: dynamic root support now in the tree,
On Mon, 18 Aug 2003 04:28:53 +0900, Shin-ichi Yoshimoto wrote:
> Thanks Gordon. I can save a space :-)

I found another problem in src/Makefile.inc

[snip]
.if ${TARGET_ARCH} == ${MACHINE_ARCH} && !defined(DISTDIR) && \
    (!defined(DESTDIR) || empty(DESTDIR) || ${DESTDIR} == "/")
        @echo "Checking to see if your booted kernel is fresh enough.."
        ${.OBJDIR}/bin/sh/sh -c \
            'echo "Testing installed kernel for new sigaction(2) 
syscall"'
        @echo "Seems ok.."
.endif
[snip]

${.OBJDIR}/bin/sh/sh is dynamically-linked if WITH_DYNAMICROOT is 
defined. But sh cannot find /libexec/ld-elf.so.1 before instaling 
/libexec/ld-elf.so.1.

Is this right ?

-- 
Shin-ichi YOSHIMOTO <yosimoto at waishi.jp>
http://diary.waishi.jp/~yosimoto/diary/


More information about the freebsd-current mailing list