svn commit: r219025 - head/sys/arm/xscale/ixp425

David E. O'Brien obrien at FreeBSD.org
Fri Feb 25 09:07:17 UTC 2011


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"


More information about the svn-src-all mailing list