mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

bug fixed in commit b9dc6f65bc
("fix a fencepost error in pipe_advance()")
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
8 lines
162 B
Makefile
8 lines
162 B
Makefile
TEST_PROGS := default_file_splice_read.sh
|
|
EXTRA := default_file_splice_read
|
|
all: $(TEST_PROGS) $(EXTRA)
|
|
|
|
include ../lib.mk
|
|
|
|
clean:
|
|
rm -fr $(TEST_PROGS) $(EXTRA)
|