[Groonga-commit] groonga/groonga at 8146c34 [master] onigmo: enable uninstall target

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Aug 9 20:09:45 JST 2014


Kouhei Sutou	2014-08-09 20:09:45 +0900 (Sat, 09 Aug 2014)

  New Revision: 8146c340d9ebf0e228164426340ae354039ca9b5
  https://github.com/groonga/groonga/commit/8146c340d9ebf0e228164426340ae354039ca9b5

  Message:
    onigmo: enable uninstall target

  Modified files:
    vendor/onigmo/Makefile.am

  Modified: vendor/onigmo/Makefile.am (+7 -0)
===================================================================
--- vendor/onigmo/Makefile.am    2014-08-09 20:08:51 +0900 (1e4192d)
+++ vendor/onigmo/Makefile.am    2014-08-09 20:09:45 +0900 (49348e2)
@@ -3,10 +3,12 @@ EXTRA_DIST =					\
 
 ALL_DEPEND_TARGETS =
 INSTALL_DEPEND_TARGETS =
+UNINSTALL_DEPEND_TARGETS =
 CLEAN_DEPEND_TARGETS =
 if WITH_MRUBY
 ALL_DEPEND_TARGETS += onigmo-all
 INSTALL_DEPEND_TARGETS += onigmo-install
+UNINSTALL_DEPEND_TARGETS += onigmo-uninstall
 CLEAN_DEPEND_TARGETS += onigmo-clean
 endif
 
@@ -20,6 +22,11 @@ onigmo-install:
 
 install: $(INSTALL_DEPEND_TARGETS)
 
+onigmo-uninstall:
+	cd ../onigmo-source && $(MAKE) uninstall
+
+uninstall: $(UNINSTALL_DEPEND_TARGETS)
+
 onigmo-clean:
 	cd ../onigmo-source && $(MAKE) clean
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index