From owner-svn-src-all@freebsd.org Tue Oct 13 22:51:14 2015 Return-Path: Delivered-To: svn-src-all@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 9B7C8A13C77; Tue, 13 Oct 2015 22:51:14 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qg0-x229.google.com (mail-qg0-x229.google.com [IPv6:2607:f8b0:400d:c04::229]) (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 59AEF160E; Tue, 13 Oct 2015 22:51:14 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by qgez77 with SMTP id z77so28740577qge.1; Tue, 13 Oct 2015 15:51:13 -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=re9DXwHdZIKd6sDTfDDk/IYFrtd+bFG9mPJ+ERmISrc=; b=Xd7XsI55+HJymK47EZ8cE1tCOLFEKspsw+vJ41dlHGbQF1BDNRuGZlBs4PLALUc/jr 3zJOcF6/dIzlhMz6GPW8WSxZEtEPMFfCY1AEG+35G3xwh9b+2EGhE19tQMWXAKwssNkc 3ewhRwe+QYNu1UcbNOsVqunvAEA9sKj85gh98A0qDFVnO9iTP/GveOUoM1fcePvs8APw VXwTT8Pe1WNfWVCf8lZfCRdn6z828Qp5AO2OfTVoOcOvrqU9yEpszHoFaSo5tR2VvD8s JwsVnBCRnmduyMXQgL0yc1ovMbIHNrGOu+AL1DpETp5rZ7cMlWm7MnK2Es6fH0GgV5tI pvvw== MIME-Version: 1.0 X-Received: by 10.140.93.139 with SMTP id d11mr43398174qge.83.1444776673404; Tue, 13 Oct 2015 15:51:13 -0700 (PDT) Received: by 10.140.88.180 with HTTP; Tue, 13 Oct 2015 15:51:13 -0700 (PDT) In-Reply-To: <561D7549.2070202@FreeBSD.org> References: <201510131911.t9DJBMTc034025@repo.freebsd.org> <561D7549.2070202@FreeBSD.org> Date: Tue, 13 Oct 2015 15:51:13 -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-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2015 22:51:14 -0000 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). Generally speaking you could "access" cleanobj via the cleandir target. Thanks, -NGie