NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: toolchain/47188: MKTOOLS=no broken
The following reply was made to PR toolchain/47188; it has been noted by GNATS.
From: Alan Barrett <apb%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: toolchain/47188: MKTOOLS=no broken
Date: Fri, 23 Nov 2012 21:48:24 +0300
On Fri, 23 Nov 2012, Simon J. Gerraty wrote:
>Yes, updated share/mk but still die in
>
>dependall ===> mktemp
>--- mktemp.d ---
># create mktemp/mktemp.d
>/var/obj/NetBSD/current/tools/NetBSD-6.99.15-x86_64/bin/nbhost-mkdep -f
>mktemp.d
> --
> /h/NetBSD/current/src/tools/mktemp/../../usr.bin/mktemp/mktemp.c
>sh:
>/var/obj/NetBSD/current/tools/NetBSD-6.99.15-x86_64/bin/nbhost-mkdep:
>not fo
>und
>*** [mktemp.d] Error code 127
Now it looks as though you do have joerg's recent changes to
tools/Makefile, but don't have the changes to build.sh that were
committed at the same time. tools/Makefile now expects build.sh
to invoke "make build_install", not "make dependall". The logic
to install some things before building other things is now in
bsd.buildinstall.mk instead of in tools/Makefile, and it works only
for "make build_install", not for "make dependall".
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index