re: CVS commit: src/sys

2011-04-17 Thread matthew green
On Sun, Apr 17, 2011 at 05:16:29AM +, matthew green wrote: Module Name:src Committed By: mrg Date: Sun Apr 17 05:16:29 UTC 2011 Modified Files: src/sys/kern: kern_module.c src/sys/sys: module.h Log Message: add a module_machine, that

re: CVS commit: src/share/mk

2011-04-17 Thread matthew green
Module Name: src Committed By: tron Date: Sun Apr 17 12:54:23 UTC 2011 Modified Files: src/share/mk: bsd.own.mk Log Message: Don't use --sysroot=/ for host builds as nbhost-mkdep doesn't understand that option. This should unbreak tool builds. hmm, i haven't seen this

Re: CVS commit: src/share/mk

2011-04-17 Thread Matthias Scheler
On Sun, Apr 17, 2011 at 11:34:26PM +1000, matthew green wrote: Log Message: Don't use --sysroot=/ for host builds as nbhost-mkdep doesn't understand that option. This should unbreak tool builds. hmm, i haven't seen this problem. what failed for you? ./build -O /path/to/obj -u -U -j 8 -x

Re: CVS commit: src/share/mk

2011-04-17 Thread Matthias Scheler
On Sun, Apr 17, 2011 at 11:03:37AM -0400, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Sun Apr 17 15:03:37 UTC 2011 Modified Files: src/share/mk: bsd.own.mk Log Message: Revert previous, breaks builds completely (cd /usr/src/bin/test make clean

Re: CVS commit: src/share/mk

2011-04-17 Thread Matthias Scheler
On Sun, Apr 17, 2011 at 07:04:05PM +0100, Matthias Scheler wrote: You have now broken the tools build again: === build.sh command:./build.sh -O /export/scratch/tron/obj -u -U -x tools [...] Some testing revealed that this only happens if you MKDTRACE is set to yes. So please try this

Re: CVS commit: src/share/mk

2011-04-17 Thread Christos Zoulas
On Apr 17, 7:04pm, t...@zhadum.org.uk (Matthias Scheler) wrote: -- Subject: Re: CVS commit: src/share/mk | Can you please fix that? I made mkdep understand --sysroot but ignore it. christos

Re: CVS commit: src/share/mk

2011-04-17 Thread Christos Zoulas
On Apr 17, 9:55pm, t...@zhadum.org.uk (Matthias Scheler) wrote: -- Subject: Re: CVS commit: src/share/mk | On Sun, Apr 17, 2011 at 07:04:05PM +0100, Matthias Scheler wrote: | You have now broken the tools build again: | | === build.sh command:./build.sh -O /export/scratch/tron/obj -u -U

Re: CVS commit: src/share/mk

2011-04-17 Thread Joerg Sonnenberger
On Sat, Apr 16, 2011 at 05:41:25PM -0400, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Sat Apr 16 21:41:25 UTC 2011 Modified Files: src/share/mk: bsd.own.mk Log Message: Simplify and correct (previous did not work for !defined(DESTDIR) You are

Re: CVS commit: src/usr.bin/mkdep

2011-04-17 Thread Joerg Sonnenberger
On Sun, Apr 17, 2011 at 06:35:22PM -0400, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Sun Apr 17 22:35:22 UTC 2011 Modified Files: src/usr.bin/mkdep: mkdep.c Log Message: Recognize --sysroot but don't document it or do anything about it for now.

Re: CVS commit: src/share/mk

2011-04-17 Thread Joerg Sonnenberger
On Sat, Apr 16, 2011 at 06:45:23PM -0400, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Sat Apr 16 22:45:23 UTC 2011 Modified Files: src/share/mk: bsd.own.mk Log Message: Need --sysroot=/ otherwise ld does not find crt0.o and friends. What exactly

Re: CVS commit: src/sys/arch/xen/xen

2011-04-17 Thread Mindaugas Rasiukevicius
Masao Uebayashi uebay...@tombi.co.jp wrote: On Mon, Apr 18, 2011 at 03:04:32AM +, Mindaugas Rasiukevicius wrote: Module Name:src Committed By: rmind Date: Mon Apr 18 03:04:31 UTC 2011 Modified Files: src/sys/arch/xen/xen: balloon.c Log