[Groonga-commit] groonga/groonga at 50205f0 [master] Don't add $(NULL) as the last element

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Sep 30 20:12:17 JST 2013


Kouhei Sutou	2013-09-30 20:12:17 +0900 (Mon, 30 Sep 2013)

  New Revision: 50205f097d5a00ba975beb7b875622d87a166e08
  https://github.com/groonga/groonga/commit/50205f097d5a00ba975beb7b875622d87a166e08

  Message:
    Don't add $(NULL) as the last element
    
    Because it is not supported custom CMake function read_file_list()
    created by groonga project.

  Modified files:
    vendor/mruby/sources.am
    vendor/mruby/update_files.sh

  Modified: vendor/mruby/sources.am (+1 -2)
===================================================================
--- vendor/mruby/sources.am    2013-09-30 17:43:38 +0900 (0287ddf)
+++ vendor/mruby/sources.am    2013-09-30 20:12:17 +0900 (c5a060a)
@@ -32,6 +32,5 @@ libmruby_la_SOURCES = \
 	../mruby-eeac4be/src/symbol.c \
 	../mruby-eeac4be/src/value_array.h \
 	../mruby-eeac4be/src/variable.c \
-	../mruby-eeac4be/src/vm.c \
-	$(NULL)
+	../mruby-eeac4be/src/vm.c
 

  Modified: vendor/mruby/update_files.sh (+3 -3)
===================================================================
--- vendor/mruby/update_files.sh    2013-09-30 17:43:38 +0900 (75e94f0)
+++ vendor/mruby/update_files.sh    2013-09-30 20:12:17 +0900 (3f048ff)
@@ -7,9 +7,9 @@ list_paths()
     sort | \
     sed \
       -e 's,^,\t,' \
-      -e 's,$, \\,'
-    echo "\t\$(NULL)"
-    echo
+      -e 's,$, \\,' | \
+    sed \
+      -e '$s, \\$,,'
 }
 
 mruby_dir=$1
-------------- next part --------------
HTML����������������������������...
Download 



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