tools/flask/utils: remove unused variables/targets from Makefile
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 6 Dec 2021 17:01:57 +0000 (17:01 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 16 Dec 2021 20:27:12 +0000 (20:27 +0000)
commitc1634f0c86095e22228a1e1f6f917bfe1c91001d
tree9de0ed45ccf409a00e72917c2f203357dd915f8c
parenta4885765eedbddafcc57bce6cbfcd443d0a7eca9
tools/flask/utils: remove unused variables/targets from Makefile

They are no *.opic or *.so in this subdir, so no need to clean them.

The TEST* variables doesn't seems to be used anywhere, and they weren't
used by xen.git when introduced.
Both CLIENTS_* variables aren't used.
Both target "print-dir" and "print-end" only exist in this directory
and are probably not used anywhere.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Daniel P. Smith <dpsmith@apertussolutions.com>
[Drop trailing whitespace and use $(RM) consistently]
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/flask/utils/Makefile