]> 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)
commitc16aeef5b3c64406647ef2732ed92e33c07d5deb
treedd577ab60274a16fc744852129f747bdd6408c9b
parent0d11ce8f3e508de4af728f2a65a9e339f5a96491
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