[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r19679: {torvm} Remove ALLFILES expansion from build deps as it is no longer (torvm/trunk/build/win32)
Author: coderman
Date: 2009-06-09 11:40:01 -0400 (Tue, 09 Jun 2009)
New Revision: 19679
Modified:
torvm/trunk/build/win32/Makefile
Log:
Remove ALLFILES expansion from build deps as it is no longer used.
Modified: torvm/trunk/build/win32/Makefile
===================================================================
--- torvm/trunk/build/win32/Makefile 2009-06-09 15:31:38 UTC (rev 19678)
+++ torvm/trunk/build/win32/Makefile 2009-06-09 15:40:01 UTC (rev 19679)
@@ -291,7 +291,7 @@
@( cd $(SDLDIR); if [ -d $(THANDY_NAME) ]; then cd $(THANDY_NAME); $(GITCMD) pull; $(OK); else $(GITCMD) clone $(THANDY_GIT) $(THANDY_NAME); fi )
@( cd $(SDLDIR); if [ -d $(PYCRYPTO_NAME) ]; then cd $(PYCRYPTO_NAME); $(GITCMD) pull; $(OK); else $(GITCMD) clone $(PYCRYPTO_GIT) $(PYCRYPTO_NAME); fi )
-extract: downloads coderepodls $(addprefix $(WDLDIR)/, $(ALLFILES))
+extract: downloads coderepodls
@if [ -d $(ISODIR) ]; then \
echo "Removing previous ISO build directory."; \
rm -rf $(ISODIR) >/dev/null 2>&1; \