[OpenBIOS] r615 - trunk/openbios-devel

svn at openbios.org svn at openbios.org
Fri Nov 20 16:30:52 CET 2009


Author: stepan
Date: 2009-11-20 16:30:52 +0100 (Fri, 20 Nov 2009)
New Revision: 615

Modified:
   trunk/openbios-devel/Makefile
Log:
workaround: fix long broken "make run" at least for the case that there's only
one target 

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/openbios-devel/Makefile
===================================================================
--- trunk/openbios-devel/Makefile	2009-11-20 11:14:10 UTC (rev 614)
+++ trunk/openbios-devel/Makefile	2009-11-20 15:30:52 UTC (rev 615)
@@ -31,7 +31,9 @@
 
 run:
 	@echo "Running..."
-	@$(ODIR)/openbios-unix $(ODIR)/openbios-unix.dict
+	@for dir in $(ODIRS); do \
+		$$dir/openbios-unix $$dir/openbios-unix.dict; \
+	done
 
 
 # The following two targets will only work on x86 so far.




More information about the OpenBIOS mailing list