commit | 96e59f2c34b3174f31b7c7c9ce0a995acb90a6c4 | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Thu Oct 08 10:34:18 2015 -0700 |
committer | Bill Yi <byi@google.com> | Thu Oct 08 10:34:18 2015 -0700 |
tree | 60bb765fa15e9cac3f1236c2399d6abf107ca65d | |
parent | 6a8146f2a2286dd4be231c22f9d0465c94a3ab00 [diff] | |
parent | f414f45e1d99b6fcfd8c451cf6880c3b78a6bf84 [diff] |
Merge commit 'f414f45e1d99b6fcfd8c451cf6880c3b78a6bf84' into HEAD
diff --git a/core/definitions.mk b/core/definitions.mk index 09eb6b6..9d6311e 100644 --- a/core/definitions.mk +++ b/core/definitions.mk
@@ -1710,6 +1710,7 @@ # dump-words-to-file, <word list>, <output file> define dump-words-to-file @rm -f $(2) + @touch $(2) @$(call emit-line,$(wordlist 1,200,$(1)),$(2)) @$(call emit-line,$(wordlist 201,400,$(1)),$(2)) @$(call emit-line,$(wordlist 401,600,$(1)),$(2))