]> asedeno.scripts.mit.edu Git - linux.git/commit
radix tree test suite: Depend on Makefile and quieten grep
authorMatthew Wilcox <mawilcox@microsoft.com>
Thu, 2 Mar 2017 17:24:28 +0000 (12:24 -0500)
committerMatthew Wilcox <mawilcox@microsoft.com>
Tue, 7 Mar 2017 18:18:22 +0000 (13:18 -0500)
commit3f1b6f9d49ba5a209d745fa2448657d8b66ed0c0
treedd577ab60274a16fc744852129f747bdd6408c9b
parent284d96a494d705b9c5330c900e976fceda885b9f
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>
tools/testing/radix-tree/Makefile