From owner-freebsd-stable@FreeBSD.ORG Thu Jun 13 14:13:37 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1227878D for ; Thu, 13 Jun 2013 14:13:37 +0000 (UTC) (envelope-from lidl@pi-coral.com) Received: from mail-gh0-x230.google.com (mail-gh0-x230.google.com [IPv6:2607:f8b0:4002:c05::230]) by mx1.freebsd.org (Postfix) with ESMTP id CCF2C1EDD for ; Thu, 13 Jun 2013 14:13:35 +0000 (UTC) Received: by mail-gh0-f176.google.com with SMTP id z17so1445800ghb.7 for ; Thu, 13 Jun 2013 07:13:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:x-gm-message-state; bh=YWoEMnpgIMP/FEoyzQqwTnbrWJ0W7nM0Q5vnyIn/cgM=; b=pxk6fEYEmNKos3ft4qZ5ZCdVSV/cOiiRCV9ABaQbZSm9/Iy1v8y4ZyMR/n3TPnL7wb SA2nt/bdgGv0lWAU0UCX8W1jc4ZgZgBObudmEiI6BJGuFDvezKdGJFdlmVKLkToo873E Zv01KCKGZ4CSHi7HdWdQxOyemvX5tZjGnOt+jVmCBQzmfD9j3hX137fLyHrVEH4db4Eh WYijtwnpfI+x2XwneDxA2zOCvGVMEh5htai1NvCFrEX0c4YlLv+8Mft5WZegEJ3fo7DN xHEG9Qxnr5EGy5hBXdgMLJu/4bgYcO+TuOEEbPqzm87+ihT//4CFYUJ+zosD09NvmeuQ 1cXQ== X-Received: by 10.236.117.175 with SMTP id j35mr734925yhh.84.1371132815119; Thu, 13 Jun 2013 07:13:35 -0700 (PDT) Received: from torb.pix.net (verizon.pix.net. [71.241.230.58]) by mx.google.com with ESMTPSA id l39sm34498798yhn.26.2013.06.13.07.13.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 13 Jun 2013 07:13:34 -0700 (PDT) Message-ID: <51B9D38D.7020605@pi-coral.com> Date: Thu, 13 Jun 2013 10:13:33 -0400 From: Kurt Lidl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-stable Subject: make delete-old misses files Content-Type: multipart/mixed; boundary="------------040405090806040804080708" X-Gm-Message-State: ALoCoQnjXUVKt4U0NM7j71xCNO+2ibWkmhI3w3wZ3A6THy9imI3Hi8zjywJwLCSJ/xFm1Hw1CUzZ X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2013 14:13:37 -0000 This is a multi-part message in MIME format. --------------040405090806040804080708 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I've been working with building an reasonably up-to-date revision of stable/9, and noticed that when I execute the 'make delete-old' command to cleanup old stuff, it misses a few things, due to my configuration of my src.conf. In particular, I build with the following in my src.conf: WITHOUT_BIND_ETC= WITHOUT_BIND_LIBS_LWRES= WITHOUT_BIND_MTREE= WITHOUT_BIND_NAMED= WITHOUT_GCC= I had to patch the OptionaObsoleteFiles.inc file with the attached diff to fully cleanup the named and gcc pieces that I do not have/want. It would be keen if someone could commit this fix. The same problem appears (from inspection) to happen with CURRENT. Thanks. -Kurt --------------040405090806040804080708 Content-Type: text/plain; charset=UTF-8; x-mac-type="0"; x-mac-creator="0"; name="tools.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="tools.diff" diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -311,16 +311,19 @@ OLD_FILES+=usr/sbin/dnssec-signzone .endif .if ${MK_BIND_ETC} == no || ${MK_BIND} == no OLD_FILES+=var/named/etc/namedb/PROTO.localhost-v6.rev OLD_FILES+=var/named/etc/namedb/PROTO.localhost.rev OLD_FILES+=var/named/etc/namedb/make-localhost #OLD_FILES+=var/named/etc/namedb/named.conf # intentionally left out OLD_FILES+=var/named/etc/namedb/named.root +OLD_FILES+=var/named/etc/namedb/master/empty.db +OLD_FILES+=var/named/etc/namedb/master/localhost-forward.db +OLD_FILES+=var/named/etc/namedb/master/localhost-reverse.db OLD_DIRS+=var/named/etc/namedb/slave OLD_DIRS+=var/named/etc/namedb/master OLD_DIRS+=var/named/etc/namedb/dynamic #OLD_DIRS+=var/named/etc/namedb #OLD_DIRS+=var/named/etc .endif #.if ${MK_BIND_LIBS} == no || ${MK_BIND} == no @@ -1472,16 +1475,17 @@ OLD_FILES+=usr/bin/gcov OLD_FILES+=usr/bin/gcpp .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386" OLD_FILES+=usr/include/gcc/4.2/emmintrin.h OLD_FILES+=usr/include/gcc/4.2/mm_malloc.h OLD_FILES+=usr/include/gcc/4.2/mmintrin.h OLD_FILES+=usr/include/gcc/4.2/pmmintrin.h OLD_FILES+=usr/include/gcc/4.2/tmmintrin.h OLD_FILES+=usr/include/gcc/4.2/xmmintrin.h +OLD_FILES+=usr/include/gcc/4.2/mm3dnow.h .elif ${TARGET_ARCH} == "ia64" OLD_FILES+=usr/include/gcc/4.2/ia64intrin.h .elif ${TARGET_ARCH} == "arm" OLD_FILES+=usr/include/gcc/4.2/mmintrin.h .elif ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "powerpc64" OLD_FILES+=usr/include/gcc/4.2/altivec.h OLD_FILES+=usr/include/gcc/4.2/ppc-asm.h OLD_FILES+=usr/include/gcc/4.2/spe.h --------------040405090806040804080708--