From owner-svn-src-head@FreeBSD.ORG Fri Feb 25 09:07:17 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C65C0106564A; Fri, 25 Feb 2011 09:07:17 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B591D8FC12; Fri, 25 Feb 2011 09:07:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p1P97His003465; Fri, 25 Feb 2011 09:07:17 GMT (envelope-from obrien@svn.freebsd.org) Received: (from obrien@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p1P97Hhr003462; Fri, 25 Feb 2011 09:07:17 GMT (envelope-from obrien@svn.freebsd.org) Message-Id: <201102250907.p1P97Hhr003462@svn.freebsd.org> From: "David E. O'Brien" Date: Fri, 25 Feb 2011 09:07:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219025 - head/sys/arm/xscale/ixp425 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 25 Feb 2011 09:07:17 -0000 Author: obrien Date: Fri Feb 25 09:07:17 2011 New Revision: 219025 URL: http://svn.freebsd.org/changeset/base/219025 Log: Add a real dependency on the microcode. Now when one does 'make kernel ; make kernel' the second invocation only does: `kernel.ko' is up to date. rather than reproduce all the binary microcode files and relink the kernel. [continuation of r212429] Modified: head/sys/arm/xscale/ixp425/files.ixp425 Modified: head/sys/arm/xscale/ixp425/files.ixp425 ============================================================================== --- head/sys/arm/xscale/ixp425/files.ixp425 Fri Feb 25 07:33:42 2011 (r219024) +++ head/sys/arm/xscale/ixp425/files.ixp425 Fri Feb 25 09:07:17 2011 (r219025) @@ -38,7 +38,7 @@ IxNpeMicrocode.fwo optional npe_fw \ no-implicit-rule \ clean "IxNpeMicrocode.fwo" IxNpeMicrocode.dat optional npe_fw \ - dependency ".PHONY" \ + dependency "$S/contrib/dev/npe/IxNpeMicrocode.dat.uu" \ compile-with "uudecode < $S/contrib/dev/npe/IxNpeMicrocode.dat.uu" \ no-obj no-implicit-rule \ clean "IxNpeMicrocode.dat"