[Groonga-commit] groonga/groonga [master] cleanup.

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2010年 9月 2日 (木) 14:53:24 JST


Kouhei Sutou	2010-09-02 05:53:24 +0000 (Thu, 02 Sep 2010)

  New Revision: 892daf5db9dfb63214e21df0b63742176ed9f504

  Log:
    cleanup.

  Modified files:
    apt/Makefile.am

  Modified: apt/Makefile.am (+8 -9)
===================================================================
--- apt/Makefile.am    2010-09-02 05:53:11 +0000 (4e1970c)
+++ apt/Makefile.am    2010-09-02 05:53:24 +0000 (8d57c79)
@@ -9,11 +9,16 @@ release: remove-existing-packages build update sign upload
 
 remove-existing-packages:
 	for distribution in $(DISTRIBUTIONS); do	\
-	  find $${distribution}/pool -not		\
-	    -path '*/.svn/*' \-type f -delete;		\
+	  find $${distribution}/pool -type f -delete;	\
 	done
 
-download:
+ensure-rsync-path:
+	@if test -z "$(RSYNC_PATH)"; then				\
+	  echo "--with-rsync-path configure option must be specified.";	\
+	  false;							\
+	fi
+
+download: ensure-rsync-path
 	for distribution in $(DISTRIBUTIONS); do			\
 	  rsync -avz $(RSYNC_PATH)/$${distribution}/ $${distribution};	\
 	done
@@ -24,12 +29,6 @@ update:
 sign:
 	./sign-repository.sh '$(CODES)'
 
-ensure-rsync-path:
-	@if test -z "$(RSYNC_PATH)"; then				\
-	  echo "--with-rsync-path configure option must be specified.";	\
-	  false;							\
-	fi
-
 upload: ensure-rsync-path
 	for distribution in $(DISTRIBUTIONS); do			\
 	  (cd $${distribution};						\




Groonga-commit メーリングリストの案内
Zurück zum Archiv-Index