| Message ID | 20180327132224.15897-1-yixin.zhang@intel.com |
|---|---|
| State | Rejected |
| Delegated to: | Cyril Hrubis |
| Headers | show |
| Series | tools/apicmds/.gitignore: add tst_flush | expand |
Hi!
Actually the tst_flush has been removed in:
commit eb50f0a9e0c26f3cab8472f47a2ea8171ce5ee52
Author: Michael Moese <mmoese@suse.de>
Date: Fri Mar 9 15:16:07 2018 +0100
remove old tst_flush()
So the right solution is to remove it from the Makefile. I will commit
that, thanks for the report.
Hi!
Fix pushed in:
commit fc42ec9f78b644e8dfaa9fdda55e6c781ce88441
Author: Cyril Hrubis <chrubis@suse.cz>
Date: Tue Mar 27 15:41:39 2018 +0200
tools/apicmds: Remove tst_flush from Makefile
Thanks for catching this!
diff --git a/tools/apicmds/.gitignore b/tools/apicmds/.gitignore index a9ca9ec6d..e57a38ccd 100644 --- a/tools/apicmds/.gitignore +++ b/tools/apicmds/.gitignore @@ -1,6 +1,7 @@ tst_brk tst_brkm tst_exit +tst_flush tst_get_unused_port tst_ncpus tst_ncpus_conf
Signed-off-by: Yixin Zhang <yixin.zhang@intel.com> --- tools/apicmds/.gitignore | 1 + 1 file changed, 1 insertion(+)