repo.or.cz
/
ruby_io_splice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
limit maximum splice length to 1 << 30
[ruby_io_splice.git]
/
GNUmakefile
blob
e3b01361890544dfa1be81a71fdd2ee33e5ecc8e
1
all
::
2
RCOV
=
rcov
3
RSYNC_DEST
:=
bogomips.org
:/
srv
/
bogomips
/
ruby_io_splice
4
rfproject
:=
qrp
5
rfpackage
:=
io_splice
6
include
pkg.mk
7
ifneq
($(
VERSION
),)
8
release
::
9
$(
RAKE
)
raa_update VERSION
=$(
VERSION
)
10
$(
RAKE
)
publish_news VERSION
=$(
VERSION
)
11
endif
12
rcov
:
build
13
$(
RCOV
) -
I lib
:
ext
/
io_splice
$(
test_unit
)
14
.PHONY
:
rcov