[Groonga-commit] groonga/groonga [master] Add misc target

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 25日 (水) 13:51:59 JST


HAYASHI Kentaro	2012-07-25 13:51:59 +0900 (Wed, 25 Jul 2012)

  New Revision: a0d6df82fa13ec0603b9543e6d452830594457d5
  https://github.com/groonga/groonga/commit/a0d6df82fa13ec0603b9543e6d452830594457d5

  Log:
    Add misc target

  Modified files:
    Makefile.am

  Modified: Makefile.am (+9 -1)
===================================================================
--- Makefile.am    2012-07-25 13:41:23 +0900 (43490f7)
+++ Makefile.am    2012-07-25 13:51:59 +0900 (b5e0a03)
@@ -56,7 +56,7 @@ tag:
 echo-version:
 	@echo $(VERSION)
 
-update-latest-release:
+update-latest-release: misc
 	@if test -z "$(OLD_RELEASE)"; then	\
 	  echo "\$$(OLD_RELEASE) is missing";	\
 	  exit 1;				\
@@ -145,3 +145,11 @@ update-files:
 	cd doc && $(MAKE) update-files
 	cd data/html && $(MAKE) update-files
 	cd test/function && $(MAKE) update-files
+
+misc:
+	@if test -z "$(CUTTER_SOURCE_PATH)"; then \
+	  echo "\$$(CUTTER_SOURCE_PATH) is missing"; \
+	  exit 1; \
+	fi
+	ln -s "$(CUTTER_SOURCE_PATH)/misc" misc;
+
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index