summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-07-27 23:27:28 +0800
committerPeng Wu <alexepico@gmail.com>2011-07-27 23:27:28 +0800
commite696eb5ae23dfbb057ec4c9c2362bb57fdc48787 (patch)
tree4c8caa06b20f960c67fb8bbc37994b649c5ea3a9
parent6a7d4e5f6f8d629fbc36325fd816fde66e5d38ab (diff)
downloadlibpinyin-e696eb5ae23dfbb057ec4c9c2362bb57fdc48787.tar.gz
libpinyin-e696eb5ae23dfbb057ec4c9c2362bb57fdc48787.tar.xz
libpinyin-e696eb5ae23dfbb057ec4c9c2362bb57fdc48787.zip
suppress output for Makefile.data rebuild
-rw-r--r--Makefile.data2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.data b/Makefile.data
index b1fd706..8ed5a07 100644
--- a/Makefile.data
+++ b/Makefile.data
@@ -11,4 +11,4 @@ build:
rebuild:
git reset --hard
sed -i -e "s/#define LAMBDA_PARAMETER 0.588792/#define LAMBDA_PARAMETER $(LAMBDA_PARAMETER)/" src/include/novel_types.h
- make
+ make > /dev/null