Re: Files under src/ not used for building world

2010-11-08 Thread David O'Brien
On Fri, Nov 05, 2010 at 09:42:27PM -0700, Garrett Cooper wrote: On Fri, Nov 5, 2010 at 1:25 PM, Ulrich Sp?rlein u...@spoerlein.net wrote: Hey folks, not sure why, but I had a stab at looking which files were actually read during building world. [..] usr.bin/cpio/test/* ? ? # move to

Re: Files under src/ not used for building world

2010-11-07 Thread Jilles Tjoelker
On Fri, Nov 05, 2010 at 09:42:27PM -0700, Garrett Cooper wrote: On Fri, Nov 5, 2010 at 1:25 PM, Ulrich Spörlein u...@spoerlein.net wrote: Hey folks, not sure why, but I had a stab at looking which files were actually read during building world. bin/sh/bltin/echo.1 I'd talk to jilles@

Files under src/ not used for building world

2010-11-05 Thread Ulrich Spörlein
Hey folks, not sure why, but I had a stab at looking which files were actually read during building world. Method went something like this: (turn on atime) # find . -exec touch {} + # sleep 2; touch timestamp # make buildworld buildkernel installworld installkernel (this is on amd64) # make

Re: Files under src/ not used for building world

2010-11-05 Thread Steve Kargl
On Fri, Nov 05, 2010 at 09:25:36PM +0100, Ulrich Sp??rlein wrote: lib/msun/src/s_fabs.c lib/msun/src/s_modf.c These are explicitly ignored by msun/Makefile. # FreeBSD's C library supplies these functions: #COMMON_SRCS+= s_fabs.c s_frexp.c s_isnan.c s_ldexp.c s_modf.c -- Steve

Re: Files under src/ not used for building world

2010-11-05 Thread John Baldwin
On Friday, November 05, 2010 4:25:36 pm Ulrich Spörlein wrote: Hey folks, not sure why, but I had a stab at looking which files were actually read during building world. Method went something like this: (turn on atime) # find . -exec touch {} + # sleep 2; touch timestamp # make

Re: Files under src/ not used for building world

2010-11-05 Thread Garrett Cooper
On Fri, Nov 5, 2010 at 1:25 PM, Ulrich Spörlein u...@spoerlein.net wrote: Hey folks, not sure why, but I had a stab at looking which files were actually read during building world. Method went something like this: (turn on atime) # find . -exec touch {} + # sleep 2; touch timestamp # make

Re: Files under src/ not used for building world

2010-11-05 Thread Hajimu UMEMOTO
Hi, On Fri, 5 Nov 2010 17:16:47 -0400 John Baldwin j...@freebsd.org said: etc/periodic/security/610.ipf6denied jhb I wonder if this is stale due to ip6fw being removed? No, it seems to me that it is not related to ip6fw, and it calls ipfstat. Perhaps, some work for IPv6 support of IP