[Groonga-commit] pgroonga/pgroonga at a67bb81 [master] travis: show debug message

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 28 18:15:32 JST 2016


Kouhei Sutou	2016-10-28 18:15:32 +0900 (Fri, 28 Oct 2016)

  New Revision: a67bb816e57b35901369af5098d583fa028fc952
  https://github.com/pgroonga/pgroonga/commit/a67bb816e57b35901369af5098d583fa028fc952

  Message:
    travis: show debug message

  Modified files:
    Makefile

  Modified: Makefile (+4 -4)
===================================================================
--- Makefile    2016-10-28 16:51:04 +0900 (a01e918)
+++ Makefile    2016-10-28 18:15:32 +0900 (e430a82)
@@ -56,12 +56,12 @@ installcheck: $(EXPECTED_DIRS)
 installcheck: $(EXPECTED_FILES)
 
 prepare-regress:
-	@rm -rf tmp
-	@mkdir -p tmp/space
-	@sed -e "s, �� TMP_DIR@,$(PWD)/tmp,g"	\
+	rm -rf tmp
+	mkdir -p tmp/space
+	sed -e "s, �� TMP_DIR@,$(PWD)/tmp,g"	\
 	  sql/vacuum/tablespace.sql.in >	\
 	  sql/vacuum/tablespace.sql
-	@sed -e "s, �� TMP_DIR@,$(PWD)/tmp,g"	\
+	sed -e "s, �� TMP_DIR@,$(PWD)/tmp,g"	\
 	  expected/vacuum/tablespace.out.in >	\
 	  expected/vacuum/tablespace.out
 
-------------- next part --------------
HTML����������������������������...
Download 



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