[openfirmware] [commit] r2134 - cpu/arm/build

repository service svn at openfirmware.info
Fri Jan 21 01:10:53 CET 2011


Author: wmb
Date: Fri Jan 21 01:10:53 2011
New Revision: 2134
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2134

Log:
Added FORCE to some build rules in cpu/arm/build/Makefile

Modified:
   cpu/arm/build/Makefile

Modified: cpu/arm/build/Makefile
==============================================================================
--- cpu/arm/build/Makefile	Thu Jan 20 02:14:05 2011	(r2133)
+++ cpu/arm/build/Makefile	Fri Jan 21 01:10:53 2011	(r2134)
@@ -11,10 +11,10 @@
 
 .PRECIOUS: builder.dic
 
-${HOSTDIR}/forth:
+${HOSTDIR}/forth: FORCE
 	@make -C ${HOSTDIR} forth
 
-${HOSTDIR}/armforth:
+${HOSTDIR}/armforth: FORCE
 	@make -C ${HOSTDIR} armforth
 
 build: ${HOSTDIR}/forth ${HOSTDIR}/armforth



More information about the openfirmware mailing list