[Commits] (heikki) Need to clean a little better.

commits at osafoundation.org commits at osafoundation.org
Thu Apr 28 17:03:51 PDT 2005


Commit by: heikki
Modified files:
internal/wxPython-2.5/Makefile 1.57 1.58

Log message:
Need to clean a little better.

ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/Makefile.diff?r1=text&tr1=1.57&r2=text&tr2=1.58

Index: internal/wxPython-2.5/Makefile
diff -u internal/wxPython-2.5/Makefile:1.57 internal/wxPython-2.5/Makefile:1.58
--- internal/wxPython-2.5/Makefile:1.57	Sat Apr 23 01:53:44 2005
+++ internal/wxPython-2.5/Makefile	Thu Apr 28 17:03:50 2005
@@ -56,7 +56,7 @@
 MANIFEST=$(SNAP)/$(SITE)/wx $(SNAP)/bin/chandler.exe.manifest $(SNAP)/bin/python$(PYTHON_SUFFIX).exe.manifest
 
 clean:
-	rm -rf $(SRC)/wxPython/$(BUILD)
+	rm -rf $(SRC)/wxPython/$(BUILD)*
 	cd $(SRC); MAKEFLAGS=; devenv.com build/msw/msw.sln /clean $(Snap)
 
 cleanmanifest:
@@ -158,8 +158,8 @@
 	$(MAKE) -C $(SRC)/$(BUILD)/contrib/src/stc install
 
 clean:
-	cd $(SRC); rm -rf $(BUILD); \
-	cd $(SRC)/wxPython; rm -rf $(BUILD)
+	rm -rf $(SRC)/wxPython/$(BUILD)*
+	rm -rf $(SRC)/$(BUILD)
 
 endif
 



More information about the Commits mailing list