]> git.baikalelectronics.ru Git - kernel.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)
commit56d27f1040f6f36ab97ae5445ee23183d2f1cc3a
treedd577ab60274a16fc744852129f747bdd6408c9b
parent654a26f14574f332e2c9d56065910dfc7a57be91
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