svn commit: r287263 - head/sys/conf

Bryan Drewery bdrewery at FreeBSD.org
Thu Sep 24 19:56:35 UTC 2015


On 8/28/2015 9:29 AM, Warner Losh wrote:
> Author: imp
> Date: Fri Aug 28 16:29:38 2015
> New Revision: 287263
> URL: https://svnweb.freebsd.org/changeset/base/287263
> 
> Log:
>   Comment out cleaning files, since it cleans too much.
> 
> Modified:
>   head/sys/conf/kmod.mk
> 
> Modified: head/sys/conf/kmod.mk
> ==============================================================================
> --- head/sys/conf/kmod.mk	Fri Aug 28 16:23:03 2015	(r287262)
> +++ head/sys/conf/kmod.mk	Fri Aug 28 16:29:38 2015	(r287263)
> @@ -361,7 +361,8 @@ _MPATH=${__MPATH:H:O:u}
>  .endif
>  .PATH.m: ${_MPATH}
>  .for _i in ${SRCS:M*_if.[ch]}
> -CLEANFILES+=	${_i}
> +#removes too much, comment out until it's more constrained.
> +#CLEANFILES+=	${_i}
>  .endfor # _i
>  .m.c:	${SYSDIR}/tools/makeobjops.awk
>  	${AWK} -f ${SYSDIR}/tools/makeobjops.awk ${.IMPSRC} -c
> 

Rather than this should r285068 be reverted to restore CLEANFILES
handling of these generated files?

-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20150924/b188db95/attachment.bin>


More information about the svn-src-head mailing list