[Groonga-commit] groonga/groonga at 22751e8 [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Oct 30 13:40:26 JST 2017


Kouhei Sutou	2017-10-30 13:40:26 +0900 (Mon, 30 Oct 2017)

  New Revision: 22751e8432caf08bb5ec4fed0fd1b321157b9d66
  https://github.com/groonga/groonga/commit/22751e8432caf08bb5ec4fed0fd1b321157b9d66

  Message:
    Fix a typo

  Modified files:
    src/httpd/configure

  Modified: src/httpd/configure (+1 -1)
===================================================================
--- src/httpd/configure    2017-10-27 23:29:54 +0900 (a2f93cf0f)
+++ src/httpd/configure    2017-10-30 13:40:26 +0900 (8ac4434a0)
@@ -127,7 +127,7 @@ if [ ${exit_code} -ne 0 ]; then
 fi
 
 if [ "${GROONGA_HTTPD_DEBUG}" = "yes" ]; then
-  objs_makefile_backup="objs/Makefile.with-debug-flags"
+  objs_makefile_backup="objs/Makefile.without-debug-flags"
   mv objs/Makefile "${objs_makefile_backup}"
   sed \
     -e '/^CFLAGS =/ s/ -O / -O0 /' \
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171030/10bf633c/attachment.htm 



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