Re: CVS commit: src/lib

2011-10-08 Thread Alan Barrett
On Fri, 07 Oct 2011, Marc Balmer wrote: Modified Files: src/lib: Makefile +# Lua bindings come last, they might depend on anything +SUBDIR+= lua Just adding it last doesn't ensure it gets built last. You probably need a .WAIT. --apb (Alan Barrett)

Re: CVS commit: src/lib

2011-10-08 Thread Iain Hibbert
On Sat, 8 Oct 2011, Alan Barrett wrote: On Fri, 07 Oct 2011, Marc Balmer wrote: Modified Files: src/lib: Makefile +# Lua bindings come last, they might depend on anything +SUBDIR+= lua Just adding it last doesn't ensure it gets built last. You probably need a .WAIT. although

Re: CVS commit: src/lib

2011-10-08 Thread Alan Barrett
On Sat, 08 Oct 2011, Iain Hibbert wrote: +# Lua bindings come last, they might depend on anything +SUBDIR+= lua Just adding it last doesn't ensure it gets built last. You probably need a .WAIT. although it should be ok without, until somebody writes a Lua module that depends on the

Re: CVS commit: src/sys/dev/pci

2011-10-08 Thread Takeshi Nakayama
Marc Balmer mbal...@netbsd.org wrote Module Name: src Committed By: mbalmer Date: Sat Oct 8 10:21:16 UTC 2011 Modified Files: src/sys/dev/pci: if_iwn.c Log Message: Make this compile again: Use the device_xname() macro to get the devic name. It should use

Re: CVS commit: src/sys/dev/pci

2011-10-08 Thread Marc Balmer
Am 08.10.11 12:44, schrieb Takeshi Nakayama: Marc Balmer mbal...@netbsd.org wrote Module Name: src Committed By:mbalmer Date:Sat Oct 8 10:21:16 UTC 2011 Modified Files: src/sys/dev/pci: if_iwn.c Log Message: Make this compile again: Use the device_xname()