Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2015 12:56:27 -0700
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        Warner Losh <imp@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r287263 - head/sys/conf
Message-ID:  <5604556B.2070906@FreeBSD.org>
In-Reply-To: <201508281629.t7SGTdnb063079@repo.freebsd.org>
References:  <201508281629.t7SGTdnb063079@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--l530bgrIg2oDcb6HJUg8hLDiMfa1P0SH2
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

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
>=20
> Log:
>   Comment out cleaning files, since it cleans too much.
>=20
> Modified:
>   head/sys/conf/kmod.mk
>=20
> Modified: head/sys/conf/kmod.mk
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D
> --- 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=3D${__MPATH:H:O:u}
>  .endif
>  .PATH.m: ${_MPATH}
>  .for _i in ${SRCS:M*_if.[ch]}
> -CLEANFILES+=3D	${_i}
> +#removes too much, comment out until it's more constrained.
> +#CLEANFILES+=3D	${_i}
>  .endfor # _i
>  .m.c:	${SYSDIR}/tools/makeobjops.awk
>  	${AWK} -f ${SYSDIR}/tools/makeobjops.awk ${.IMPSRC} -c
>=20

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

--=20
Regards,
Bryan Drewery


--l530bgrIg2oDcb6HJUg8hLDiMfa1P0SH2
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAEBAgAGBQJWBFVrAAoJEDXXcbtuRpfPNNAIAJWQXe2dU4KIVJzGnza7+KfT
KHvA61pyenErH+VK3+1/7n08XDC2vv3ijjkx3yY9nvJ5m8s8JP0+s4fL/NwT4oq+
nug9Tnul1XqB9L/p7ROwkVDCwy3jVuThJ8BwySifaztGzZPbbLwcY7YU3tLThhrN
UYanzJ+lDSdWABNemPGm20qfsjxauX/7M0prJzfYdW/OopK/uDClbJj5a8klgbYQ
BISj9iT+X6XlOb+6Q0eDVHANAqd/irM/CeYjgWH+/9oWS+kg+zfMs8KQEWIDrcOK
Vijg3dHJcuhnkfEJt5U4fz/Q57vHcGlMGK52XdpvtN7AY55QHf4rGx8xcFyq5vY=
=u4Sv
-----END PGP SIGNATURE-----

--l530bgrIg2oDcb6HJUg8hLDiMfa1P0SH2--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5604556B.2070906>