From owner-freebsd-current@freebsd.org Fri Aug 28 20:19:16 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 E42679C5D1A for ; Fri, 28 Aug 2015 20:19:16 +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 D5B2C17BD; Fri, 28 Aug 2015 20:19:16 +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 BDB1A93D; Fri, 28 Aug 2015 20:19:16 +0000 (UTC) Date: Fri, 28 Aug 2015 20:19:12 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: imp@FreeBSD.org, pfg@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org Message-ID: <93192642.91.1440793156221.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1184797504.87.1440781387449.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1184797504.87.1440781387449.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD - Build #3143 - 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: Fri, 28 Aug 2015 20:19:17 -0000 FreeBSD_HEAD - Build #3143 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3143/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3143/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3143/console Change summaries: 287263 by imp: Comment out cleaning files, since it cleans too much. 287262 by imp: Remove .WAIT hacks and put in specific dependencies. 287260 by imp: Add missing ofw_machdep.h. Make x86 ofw_machdep.h work pc98 too. This allows the owc module to compile on pc98 and seems preferable to adding another special case in the build system. 287259 by pfg: Add underscores to attributes when checking for __has_attribute. This is a good practice to avoid confusion with allowed macros. Suggested by: jilles