From owner-svn-src-head@freebsd.org Tue Oct 13 23:30:33 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B773A12BEB; Tue, 13 Oct 2015 23:30:33 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qg0-x232.google.com (mail-qg0-x232.google.com [IPv6:2607:f8b0:400d:c04::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49092FBC; Tue, 13 Oct 2015 23:30:33 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qgt47 with SMTP id 47so29209179qgt.2; Tue, 13 Oct 2015 16:30:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Cc73Z4+pNuvRikEDBA7vsZYDJeB0CAYPOyanv6252V8=; b=uLzhm6y4qOK25FoTG/QwGDWxF4NSNSlyTCZzVmTaQAaPj7fnJQ/xRfjYKd3mbUSoZ8 TMPgtQzsXWUu7r/a2Nzl2QqGIcShaLo8+rWV3cNmhbmHi49MFVhLDMstTFYUcToxjBRG neTnG38gq3vhAT+LOdoFa48FuPmw3fPEv7n/UHYZLV812WQ0JwKP9hBYXXdXMkT5GUIa RRCaDZyDzti19X1jYc+Eh2+J9Vgn+wjHoPYcpWTOmU+txaBQ6wVqrY7uf/bYKLNDCA7h DmRU9zXXSQMLpRfVkqmW4hm1CtB9VopRarVGnRBCfcI+jtUtw9vQzI3qnuwATwF8r+Fj +/RQ== MIME-Version: 1.0 X-Received: by 10.140.144.8 with SMTP id 8mr118186qhq.54.1444779032278; Tue, 13 Oct 2015 16:30:32 -0700 (PDT) Received: by 10.140.88.180 with HTTP; Tue, 13 Oct 2015 16:30:32 -0700 (PDT) In-Reply-To: <561D8B38.7030202@FreeBSD.org> References: <201510131911.t9DJBMTc034025@repo.freebsd.org> <561D7549.2070202@FreeBSD.org> <561D8B38.7030202@FreeBSD.org> Date: Tue, 13 Oct 2015 16:30:32 -0700 Message-ID: Subject: Re: svn commit: r289253 - head/share/mk From: NGie Cooper To: Bryan Drewery Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 23:30:33 -0000 On Tue, Oct 13, 2015 at 3:52 PM, Bryan Drewery wrote: > On 10/13/2015 3:51 PM, NGie Cooper wrote: >> On Tue, Oct 13, 2015 at 2:19 PM, Bryan Drewery wrote: >> ... >>>>> On Oct 13, 2015, at 12:11, Bryan Drewery 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