From owner-freebsd-current@freebsd.org Sat Oct 17 01:05:29 2015 Return-Path: Delivered-To: freebsd-current@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 04823A16079 for ; Sat, 17 Oct 2015 01:05:29 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id DF749645; Sat, 17 Oct 2015 01:05:28 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 3CAF11296; Sat, 17 Oct 2015 01:05:29 +0000 (UTC) Date: Sat, 17 Oct 2015 01:05:20 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: scottl@FreeBSD.org, bdrewery@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org Message-ID: <818833598.21.1445043929084.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1615178452.15.1445032538801.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1615178452.15.1445032538801.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD - Build #3406 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: SUCCESS Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 01:05:29 -0000 FreeBSD_HEAD - Build #3406 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3406/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3406/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3406/console Change summaries: 289434 by bdrewery: Remove lockf as an ITOOL. It was added in r152006 to handle serializing access of info/dir when installing INFO files. We no longer support INFO files since r276551 though. Sponsored by: EMC / Isilon Storage Division 289433 by bdrewery: Correct a bitrotted comment about installworld order requirements. The case of make(1) using a new /bin/sh issue was fixed in r173219 when ITOOLS was introduced. There are still issues with mid-install errors leaving a system unusable that are currently non-trivial to solve. The safest ordering requires installing rtld, libc and libthr (in that order) before anything else. We don't do that now though. Much improvement is needed here still. Discussed with: kip and kan (rtld/library ordering) MFC after: 1 week Sponsored by: EMC / Isilon Storage Division 289432 by bdrewery: Tweak the guard more to suggest 'all' if SUBDIR_OVERRIDE is specified. In that case 'all' does make sense. MFC after: 2 weeks X-MFC-With: r289411 Sponsored by: EMC / Isilon Storage Division 289430 by bdrewery: Remove .MAKE from targets that do more than just run sub-makes, such as calling rm or mtree. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division 289429 by scottl: Revert an extra hunk that crept into the last commit. Submitted by: emax Obtained from: Netflix, Inc. MFC after: 3 days