From owner-svn-src-all@FreeBSD.ORG Sat Sep 7 19:34:57 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 9DDC635D; Sat, 7 Sep 2013 19:34:57 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C667D2162; Sat, 7 Sep 2013 19:34:56 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id j13so4056902wgh.17 for ; Sat, 07 Sep 2013 12:34:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=4l3weBtg27DOpzUuEgcF4ozs4D0YC9fiwOg5gHMfXLs=; b=Lp4V7cRhCRtepXInn1GIp9gqf/6z+HycNyPqBrKRDW+bkG3lf04pvQvy+Q5vZZHc9L P0Cp2SXOu4iHdSE4z73dOeJtl820T6qnyutKo8kjQ6f85wx0D9x2akf9Ui1aHSUUmUFS POqB2+y2EQd9e47OeNf3fFHzM+m7AtW9s7pMX3AGKf3MKDL1cVCaD5PlmGagpkQO71zr MXc4RCXlO2jyFEKvmS2ZJSjNJSOeDsWlILUKNSWWVb+ThF45C1Q++OwSZIKYIAZSWYOI 3ABTBtclPjDITzEYimdKBxUT79F7smwX3twRhOi4znvmuWVnd7JuxdnZprzTH9YS0c+0 yu0A== MIME-Version: 1.0 X-Received: by 10.180.221.38 with SMTP id qb6mr2968221wic.8.1378582495206; Sat, 07 Sep 2013 12:34:55 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.64.199 with HTTP; Sat, 7 Sep 2013 12:34:55 -0700 (PDT) In-Reply-To: <201309062046.r86Kk8pp072509@svn.freebsd.org> References: <201309062046.r86Kk8pp072509@svn.freebsd.org> Date: Sat, 7 Sep 2013 19:34:55 +0000 X-Google-Sender-Auth: ao8WNF7Nzl6hj35-S-szqmCkh9A Message-ID: Subject: Re: svn commit: r255325 - head/tools/build/mk From: Antoine Brodin To: David Chisnall Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 07 Sep 2013 19:34:57 -0000 On Fri, Sep 6, 2013 at 8:46 PM, David Chisnall wrote: > Author: theraven > Date: Fri Sep 6 20:46:07 2013 > New Revision: 255325 > URL: http://svnweb.freebsd.org/changeset/base/255325 > > Log: > Don't delete c++filt when doing a make delete-old if GCC is not built but > C++ is. There may be something wrong, when MK_GCC=no, c++filt is not built and not installed, but not removed if present. Cheers, Antoine