Current-Users archive

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

Re: Building on -current fails in cleandir



D'Arcy J.M. Cain <darcy%NetBSD.org@localhost> wrote:
>On Sat, 13 Oct 2012 17:21:31 +0100 (BST)
>Robert Swindells <rjs%fdy2.co.uk@localhost> wrote:
>> Have you tried doing just "./build.sh build" after cleaning out
>> old directories ? The tools target will get built as part of this.
>
>Yes, same issue.
>
>> It may be that everyone else uses explicit obj and destination paths,
>
>Me too:
>
>WRKDIRPREFIX=/usr/obj
>BUILDIR = /usr/obj/build
>MAKEOBJDIRPREFIX = /usr/obj
>TOOLDIR = /usr/obj/tools
>OBJMACHINE = /usr/obj
>BSDOBJDIR = /usr/obj
>RELEASEDIR = /usr/obj/release
>DESTDIR = /usr/obj/destdir

It looks to me as if some of those directories overlap each other.

By explicit, I meant doing something like the following with no
environment variables set:

% ./build.sh -T /build/tools -O /build/obj -D /build/destdir build

Robert Swindells


Home | Main Index | Thread Index | Old Index