Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1628667
| From | Shuah Khan <shuahkh@osg.samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/8] selftests: splice: fix clean target to not remove default_file_splice_read.sh |
| Date | 2017-04-22 01:20 +0200 |
| Message-ID | <tyQ0i-3xb-13@gated-at.bofh.it> (permalink) |
| References | <tyQ0h-3xb-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
splice clean target removes the shell script default_file_splice_read.sh that runs the splice test. Fix it to not remove this file. Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com> --- tools/testing/selftests/splice/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/splice/Makefile b/tools/testing/selftests/splice/Makefile index de51f43..559512c 100644 --- a/tools/testing/selftests/splice/Makefile +++ b/tools/testing/selftests/splice/Makefile @@ -5,4 +5,4 @@ all: $(TEST_PROGS) $(EXTRA) include ../lib.mk clean: - rm -fr $(TEST_PROGS) $(EXTRA) + rm -fr $(EXTRA) -- 2.9.3
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 1/8] selftests: splice: fix clean target to not remove default_file_splice_read.sh Shuah Khan <shuahkh@osg.samsung.com> - 2017-04-22 01:20 +0200
csiph-web