[Groonga-commit] groonga/groonga [master] Remove removed script from Makefile.am

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Dec 14 21:44:57 JST 2012


Kouhei Sutou	2012-12-14 21:44:57 +0900 (Fri, 14 Dec 2012)

  New Revision: 7f9846c2542d2e89e03e3ec0523c5e7117fc11eb
  https://github.com/groonga/groonga/commit/7f9846c2542d2e89e03e3ec0523c5e7117fc11eb

  Log:
    Remove removed script from Makefile.am

  Modified files:
    tools/Makefile.am

  Modified: tools/Makefile.am (+0 -18)
===================================================================
--- tools/Makefile.am    2012-12-14 16:05:57 +0900 (2ad2574)
+++ tools/Makefile.am    2012-12-14 21:44:57 +0900 (00e14ea)
@@ -1,24 +1,6 @@
-install_ruby_scripts =				\
-	groonga-query-log-analyzer
-
 noinstall_ruby_scripts =			\
 	groonga-memory-leak-checker.rb		\
 	prepare-sphinx-html.rb
 
 EXTRA_DIST =					\
-	$(install_ruby_scripts)			\
 	$(noinstall_ruby_scripts)
-
-if WITH_RUBY
-install-exec-hook:
-	for script in $(install_ruby_scripts); do		\
-	  sed -e '1s,#!.*,#!$(RUBY),'				\
-	    $${script} > $(DESTDIR)$(bindir)/$${script};	\
-	  chmod +x $(DESTDIR)$(bindir)/$${script};		\
-	done
-
-uninstall-hook:
-	for script in $(install_ruby_scripts); do		\
-	  rm -f $(DESTDIR)$(bindir)/$${script};			\
-	done
-endif
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る