- Revision
- 16124
- Author
- vajda
- Date
- 2007-12-13 11:22:16 -0800 (Thu, 13 Dec 2007)
Log Message
more on bug 11643
Modified Paths
Diff
Modified: trunk/external/PyLucene/Makefile (16123 => 16124)
--- trunk/external/PyLucene/Makefile 2007-12-13 02:38:59 UTC (rev 16123) +++ trunk/external/PyLucene/Makefile 2007-12-13 19:22:16 UTC (rev 16124) @@ -1,6 +1,6 @@ VERSION=2.2.0-2-$(SVNVER) -SVNVER=370 +SVNVER=371 RELVER=$(VERSION)-$(BRANCH_REV_PREFIX)1 PYLUCENE=$(BUILD_ROOT)/PyLucene SRC="" @@ -85,7 +85,8 @@ sources: expand clean: - rm -rf PyLucene-$(VERSION) PyLucene-$(VERSION)-expanded + rm -rf $(SRC)/jcc/build + rm -rf $(SRC)/build find $(PREFIX) -name '*lucene*' | xargs rm -rf build: expand
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
