- Revision
- 16119
- Author
- vajda
- Date
- 2007-12-12 18:08:20 -0800 (Wed, 12 Dec 2007)
Log Message
added removal of lucene egg to clean
Modified Paths
Diff
Modified: trunk/external/PyLucene/Makefile (16118 => 16119)
--- trunk/external/PyLucene/Makefile 2007-12-13 01:54:49 UTC (rev 16118) +++ trunk/external/PyLucene/Makefile 2007-12-13 02:08:20 UTC (rev 16119) @@ -87,6 +87,7 @@ clean: rm -rf $(SRC)/jcc/build $(ENV) $(MAKE) -C $(SRC) ANT=$(ANT) clean + find $(PREFIX) -name '*lucene*' | xargs rm -rf build: expand rm -rf $(SRC)/jcc/build
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
