[Commits] (markie) Fix for bug 1145,
check for existence of dir before removing
commits at osafoundation.org
commits at osafoundation.org
Thu Mar 18 17:49:43 PST 2004
Commit by: markie
Modified files:
osaf/chandler/persistence/PyLucene/Makefile.mingw 1.6 1.7
Log message:
Fix for bug 1145, check for existence of dir before removing
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/chandler/persistence/PyLucene/Makefile.mingw.diff?r1=text&tr1=1.6&r2=text&tr2=1.7
Index: osaf/chandler/persistence/PyLucene/Makefile.mingw
diff -u osaf/chandler/persistence/PyLucene/Makefile.mingw:1.6 osaf/chandler/persistence/PyLucene/Makefile.mingw:1.7
--- osaf/chandler/persistence/PyLucene/Makefile.mingw:1.6 Tue Mar 2 16:59:04 2004
+++ osaf/chandler/persistence/PyLucene/Makefile.mingw Thu Mar 18 17:49:13 2004
@@ -95,4 +95,4 @@
copy $(BINDIR)\libdb_java42$(dbg).dll $(RELDIR)\bin
clean:
- rmdir build_$(mode) /s/q
+ !if EXIST build_$(mode) rmdir build_$(mode) /s/q
More information about the Commits
mailing list