mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-18 17:02:16 -04:00
bug fixed in commit b9dc6f65bc ("fix a fencepost error in pipe_advance()")
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
9 lines
162 B
Makefile
9 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)
|