Date: Sat, 10 Sep 2005 18:02:33 -0700 From: Nate Lawson <nate@root.org> To: "David E. O'Brien" <obrien@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: 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 Message-ID: <43238229.4040809@root.org> In-Reply-To: <20050911005213.5C5EB16A478@hub.freebsd.org> References: <20050911005213.5C5EB16A478@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43238229.4040809>