cvs commit: src/sys/conf files kern.pre.mk src/sys/dev/twa tw_osl_cam.c tw_osl_freebsd.c tw_osl_includes.h tw_osl_ioctl.h tw_osl_share.h

Nate Lawson nate at root.org
Sat Sep 10 18:02:36 PDT 2005


David E. O'Brien wrote:
> obrien      2005-09-11 00:52:05 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/conf             files kern.pre.mk 
>     sys/dev/twa          tw_osl_cam.c tw_osl_freebsd.c 
>                          tw_osl_includes.h tw_osl_ioctl.h 
>                          tw_osl_share.h 
>   Log:
>   Don't pollute the entire kernel build with -I$S/dev/twa.
>   
>   Revision  Changes    Path
>   1.1043    +10 -5     src/sys/conf/files
>   1.66      +0 -3      src/sys/conf/kern.pre.mk
>   1.4       +1 -1      src/sys/dev/twa/tw_osl_cam.c
>   1.2       +4 -4      src/sys/dev/twa/tw_osl_freebsd.c
>   1.2       +4 -4      src/sys/dev/twa/tw_osl_includes.h
>   1.2       +2 -2      src/sys/dev/twa/tw_osl_ioctl.h
>   1.3       +1 -1      src/sys/dev/twa/tw_osl_share.h
> 
> 
> Index: src/sys/conf/files
> diff -u src/sys/conf/files:1.1042 src/sys/conf/files:1.1043
> --- src/sys/conf/files:1.1042	Fri Aug 26 12:48:34 2005
> +++ src/sys/conf/files	Sun Sep 11 00:52:04 2005
> @@ -859,11 +859,16 @@
>  dev/syscons/warp/warp_saver.c	optional warp_saver
>  dev/tdfx/tdfx_pci.c		optional tdfx pci
>  dev/trm/trm.c			optional trm
> -dev/twa/tw_cl_fwimg.c		optional twa
> -dev/twa/tw_cl_init.c		optional twa
> -dev/twa/tw_cl_intr.c		optional twa
> -dev/twa/tw_cl_io.c		optional twa
> -dev/twa/tw_cl_misc.c		optional twa
> +dev/twa/tw_cl_fwimg.c		optional twa \
> +	compile-with "${NORMAL_C} -I$S/dev/twa"
> +dev/twa/tw_cl_init.c		optional twa \
> +	compile-with "${NORMAL_C} -I$S/dev/twa"
> +dev/twa/tw_cl_intr.c		optional twa \
> +	compile-with "${NORMAL_C} -I$S/dev/twa"
> +dev/twa/tw_cl_io.c		optional twa \
> +	compile-with "${NORMAL_C} -I$S/dev/twa"
> +dev/twa/tw_cl_misc.c		optional twa \
> +	compile-with "${NORMAL_C} -I$S/dev/twa"
>  dev/twa/tw_osl_cam.c		optional twa
>  dev/twa/tw_osl_freebsd.c	optional twa
>  dev/twe/twe.c			optional twe

Is that -I flag needed now that you fixed the C files to use <dev/twa/...>?

-- 
Nate


More information about the cvs-src mailing list