commit | 3f1b6f9d49ba5a209d745fa2448657d8b66ed0c0 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Thu Mar 02 12:24:28 2017 -0500 |
committer | Matthew Wilcox <mawilcox@microsoft.com> | Tue Mar 07 13:18:22 2017 -0500 |
tree | dd577ab60274a16fc744852129f747bdd6408c9b | |
parent | 284d96a494d705b9c5330c900e976fceda885b9f [diff] |
radix tree test suite: Depend on Makefile and quieten grep Changing the CFLAGS in the Makefile didn't always lead to a recompilation because the OFILES didn't depend on the Makefile. Also, after doing make clean, grep would still complain about a missing map-shift.h; we need -s as well as -q. Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>