[OpenBIOS] [commit] r774 - trunk/openbios-devel

repository service svn at openbios.org
Sat May 22 15:34:10 CEST 2010


Author: blueswirl
Date: Sat May 22 15:34:10 2010
New Revision: 774
URL: http://tracker.coreboot.org/trac/openbios/changeset/774

Log:
Clean generated version files

Signed-off-by: Blue Swirl <blauwirbel at gmail.com>

Modified:
   trunk/openbios-devel/Makefile.target

Modified: trunk/openbios-devel/Makefile.target
==============================================================================
--- trunk/openbios-devel/Makefile.target	Sat May 22 15:34:08 2010	(r773)
+++ trunk/openbios-devel/Makefile.target	Sat May 22 15:34:10 2010	(r774)
@@ -62,6 +62,7 @@
 clean:
 	@printf "Cleaning up for $(ARCH)..."
 	@rm -rf forth.dict.core forthstrap *.dict openbios-*
+	@rm -f $(ODIR)/target/include/openbios-version.h $(ODIR)/forth/version.fs
 	@find . -type f \( -name "*~" -o -name '*.o' -o -name '*.a' \) -exec rm \{\} \;
 	@echo " ok"
 



More information about the OpenBIOS mailing list