You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pylucene-commits@lucene.apache.org by va...@apache.org on 2012/05/08 01:10:35 UTC

svn commit: r1335299 - /lucene/pylucene/branches/pylucene_3_6/Makefile

Author: vajda
Date: Mon May  7 23:10:34 2012
New Revision: 1335299

URL: http://svn.apache.org/viewvc?rev=1335299&view=rev
Log:
merged rev 1335298

Modified:
    lucene/pylucene/branches/pylucene_3_6/Makefile

Modified: lucene/pylucene/branches/pylucene_3_6/Makefile
URL: http://svn.apache.org/viewvc/lucene/pylucene/branches/pylucene_3_6/Makefile?rev=1335299&r1=1335298&r2=1335299&view=diff
==============================================================================
--- lucene/pylucene/branches/pylucene_3_6/Makefile (original)
+++ lucene/pylucene/branches/pylucene_3_6/Makefile Mon May  7 23:10:34 2012
@@ -196,7 +196,7 @@ SPELLCHECKER_JAR=$(LUCENE)/build/contrib
 ICUPKG:=$(shell which icupkg)
 
 .PHONY: generate compile install default all clean realclean \
-	sources test jars distrib
+	sources ivy test jars distrib
 
 default: all
 
@@ -206,6 +206,9 @@ $(LUCENE_SRC):
 
 sources: $(LUCENE_SRC)
 
+ivy:
+	cd $(LUCENE); ($(ANT) ivy-fail || $(ANT) ivy-bootstrap)
+
 to-orig: sources
 	mkdir -p $(LUCENE)-orig
 	tar -C $(LUCENE) -cf - . | tar -C $(LUCENE)-orig -xvf -
@@ -341,7 +344,7 @@ bdist: jars
 wininst: jars
 	$(GENERATE) --wininst
 
-all: sources jars resources compile
+all: sources ivy jars resources compile
 	@echo build of $(PYLUCENE_LIB) complete
 
 clean: