From owner-svn-src-head@freebsd.org Wed Sep 23 18:41:05 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 5F737A067D2; Wed, 23 Sep 2015 18:41:05 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x22e.google.com (mail-pa0-x22e.google.com [IPv6:2607:f8b0:400e:c03::22e]) (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 2CDD91FE4; Wed, 23 Sep 2015 18:41:05 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by pacfv12 with SMTP id fv12so48356979pac.2; Wed, 23 Sep 2015 11:41:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=jj5gmBB2E4J10G7cxdZ+8RnzdCR0I082aLovkebyHCI=; b=HuQt+QcoarOXTcUs12aHhhiWcjFWpK0Y7ZCNRg85w4wDpIli4C6qutqw0pza1Y8EZn nJWeQor+ePcSIn0vI9S+REepzwJ4e2M8AuSGDaYziRRx5gni23Pih1Q5Puvyk67YBLK3 hhHWtmb8777MfoDz+aahdhfyWM7dgMtOOLy++KeJqUVX6AKX3CGrGn6e0daumqphVuVu h4FOI6Qw9soDMDdQAFBvlREI2/ou8jSttzAv3oCp87tmVj3ls0urXQF5gs973sVqDzcz Kfud6/2AgP/7XeQU1T3bo6K+JKo045e1GTSKgDHdLuPw7PB0KKWU3D0s+g44+0UUOgHL CRyw== X-Received: by 10.68.239.69 with SMTP id vq5mr38445793pbc.111.1443033664684; Wed, 23 Sep 2015 11:41:04 -0700 (PDT) Received: from ?IPv6:2601:601:800:126d:b44c:40d7:7116:7e7d? ([2601:601:800:126d:b44c:40d7:7116:7e7d]) by smtp.gmail.com with ESMTPSA id hx2sm9227624pbc.67.2015.09.23.11.41.04 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 23 Sep 2015 11:41:04 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: svn commit: r286995 - head/share/mk From: Garrett Cooper X-Mailer: iPhone Mail (12H321) In-Reply-To: <5602ED53.3070204@FreeBSD.org> Date: Wed, 23 Sep 2015 11:41:03 -0700 Cc: Warner Losh , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: References: <201508211515.t7LFFM0U028322@repo.freebsd.org> <56023395.2080904@FreeBSD.org> <5602DB13.2000202@FreeBSD.org> <5602ED53.3070204@FreeBSD.org> To: Bryan Drewery 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: Wed, 23 Sep 2015 18:41:05 -0000 > On Sep 23, 2015, at 11:20, Bryan Drewery wrote: ... >> NOTE: wipe out /usr/tests before running installworld to ensure the files= that are present there aren't from previous runs >>=20 >> cd /usr/tests >> kyua test >=20 > I am comparing full objtree and destdir from before/after the change, > including a 'make clean' comparison. There's no room for missing anything.= make install[world] is where I and others have run into failures in the past= . Please be sure to test this out. If you move /usr/tests off to another directory, you could run diff -Narq as= well (which will be faster than kyua test as far as finding potential issue= s are concerned with missing files).=