Date: Tue, 13 Oct 2015 13:37:01 -0700 From: Garrett Cooper <yaneurabeya@gmail.com> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r289253 - head/share/mk Message-ID: <FC271427-286A-4417-8DDB-5328F303B1F1@gmail.com> In-Reply-To: <201510131911.t9DJBMTc034025@repo.freebsd.org> References: <201510131911.t9DJBMTc034025@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Oct 13, 2015, at 12:11, Bryan Drewery <bdrewery@FreeBSD.org> wrote: >=20 > Author: bdrewery > Date: Tue Oct 13 19:11:22 2015 > New Revision: 289253 > URL: https://svnweb.freebsd.org/changeset/base/289253 >=20 > Log: > bsd.subdir.mk: Handle cleanobj. >=20 > Before this, the target was unknown. Now it will recurse on subdirs and r= un > the target in the current directory. It is required to recurse as there > may be subdirs that have objs in their directory or in the object directo= ry, > so it is not enough to just delete the objdir of the subdir parent. >=20 > MFC after: 2 weeks > Sponsored by: EMC / Isilon Storage Division >=20 > Modified: > head/share/mk/bsd.subdir.mk >=20 > Modified: head/share/mk/bsd.subdir.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/share/mk/bsd.subdir.mk Tue Oct 13 18:56:50 2015 (r289252) > +++ head/share/mk/bsd.subdir.mk Tue Oct 13 19:11:22 2015 (r289253) > @@ -86,7 +86,7 @@ ${SUBDIR:N.WAIT}: .PHONY .MAKE > # Work around parsing of .if nested in .for by putting .WAIT string into a= var. > __wait=3D .WAIT > .for __target in all all-man checkdpadd clean cleandepend cleandir \ > - cleanilinks depend distribute lint maninstall manlint obj objlink \ > + cleanilinks cleanobj depend distribute lint maninstall manlint obj ob= jlink \ > realinstall regress tags ${SUBDIR_TARGETS} > .ifdef SUBDIR_PARALLEL > __subdir_targets=3D >=20
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FC271427-286A-4417-8DDB-5328F303B1F1>