On Tue, Oct 13, 2015 at 3:52 PM, Bryan Drewery <bdrew...@freebsd.org> wrote: > On 10/13/2015 3:51 PM, NGie Cooper wrote: >> On Tue, Oct 13, 2015 at 2:19 PM, Bryan Drewery <bdrew...@freebsd.org> wrote: >> ... >>>>> On Oct 13, 2015, at 12:11, Bryan Drewery <bdrew...@freebsd.org> wrote: >>>>> >>>>> Author: bdrewery >>>>> Date: Tue Oct 13 19:11:22 2015 >>>>> New Revision: 289253 >>>>> URL: https://svnweb.freebsd.org/changeset/base/289253 >>>>> >>>>> Log: >>>>> bsd.subdir.mk: Handle cleanobj. >>>>> >>>>> Before this, the target was unknown. Now it will recurse on subdirs and >>>>> run >>>>> 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 >>>>> directory, >>>>> so it is not enough to just delete the objdir of the subdir parent. >> >> ... >> >>> You sent no text... >> >> Hit send on my phone by accident. >> >> make cleanobj appears broken with bsd.progs.mk (maybe related to that >> makefile snippet). > > Can you elaborate? It seems fine to me.
(cd tests; make cleandir) # does not seem to clean up everything that was created, like before _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"