[Commits]
(markie) Bug 1525; make clean fails in wxPython on Windows; r=heikki
commits at osafoundation.org
commits at osafoundation.org
Tue Aug 3 11:57:15 PDT 2004
Commit by: markie
Modified files:
internal/wxPython-2.5/Makefile 1.9 1.10
Log message:
Bug 1525;make clean fails in wxPython on Windows;r=heikki
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/Makefile.diff?r1=text&tr1=1.9&r2=text&tr2=1.10
Index: internal/wxPython-2.5/Makefile
diff -u internal/wxPython-2.5/Makefile:1.9 internal/wxPython-2.5/Makefile:1.10
--- internal/wxPython-2.5/Makefile:1.9 Thu Jul 22 21:33:58 2004
+++ internal/wxPython-2.5/Makefile Tue Aug 3 11:57:14 2004
@@ -44,7 +44,7 @@
MANIFEST=$(SNAP)/$(SITE)/wx
clean:
- cd $(SRC); devenv.com build/msw/msw.sln /clean $(Snap)
+ cd $(SRC); MAKEFLAGS=; devenv.com build/msw/msw.sln /clean $(Snap)
cd $(SRC)/wxPython; rm -rf $(SRC)/wxPython/$(BUILD)
else
More information about the Commits
mailing list