From owner-freebsd-current@FreeBSD.ORG Sat Jan 24 14:08:36 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80EAC53F for ; Sat, 24 Jan 2015 14:08:36 +0000 (UTC) Received: from smtpout7.timeweb.ru (smtpout7.timeweb.ru [92.53.117.21]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34FFC3DE for ; Sat, 24 Jan 2015 14:08:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=amdmi3.ru; s=dkim; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date; bh=SAo1aNiupeVW4wd0rpMchJsMuA/qMbqIgsbLAs/1ZXg=; b=d/LvIKV/UzeHx+HfVNzmVvBfYoLVtwJq8HvDfuGLtXq38PFj5MiK4DI5kzU6Tnu4FT35WpTPsWltcpnFKnCfNi+KnhZbSPQfUvnfdGnA6v+sUcXTaT3KRN6hwZQB1PPRbbnKy3VmzKVoN/oilkPFafwmqn7ejhC7yNl60Mj2M+g=; Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1YF1O6-0002p5-59 for freebsd-current@FreeBSD.org; Sat, 24 Jan 2015 17:08:34 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id E4B1A56D for ; Sat, 24 Jan 2015 17:07:58 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id D5FFE12840; Sat, 24 Jan 2015 17:08:14 +0300 (MSK) Date: Sat, 24 Jan 2015 17:08:14 +0300 From: Dmitry Marakasov To: freebsd-current@FreeBSD.org Subject: Re: OptionalObsoleteFiles.inc completeness improvement, try 2 Message-ID: <20150124140814.GM1101@hades.panopticon> References: <20150124002956.GI1101@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20150124002956.GI1101@hades.panopticon> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2015 14:08:36 -0000 * Dmitry Marakasov (amdmi3@hades.panopticon) wrote: > Also there is a question of delete-old-dirs removing directories > which are created by mtree run by installworld unconditionally. > This seems to be incorrect - either directories should be installed > conditionally or not removed by delete-old-dirs. My patch will > address this issue as well, by not remiving unconditionally installed > dirs. I'd really like to hear opinions on this. Another issue is conditional lib32 files: .if ${MK_ATM} == no ... .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64" ... .endif ... .endif I think that this may be simplified by dropping internal condition - it won't change behavior for end-user. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru