mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
crtools: rename binary to criu
"Tools" in the context of a binary name doesn't make any sense, because every binary is a tool (lstool, dftool), plus it's one tool. So let's rename the beast to criu, which is short, pretty unique and coincides with the name of the project. Backward-compatible symlink is added for the sake of tests, we can fix them later and remove the link. Packagers beware: our binary is no longer crtools but criu. Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
3ab9ce3d7f
commit
354f82c3f5
3 changed files with 3 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,7 +8,7 @@
|
|||
*.swo
|
||||
*-blob.h
|
||||
.git-ignore
|
||||
crtools
|
||||
criu
|
||||
cscope*
|
||||
tags
|
||||
TAGS
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -109,7 +109,7 @@ include scripts/Makefile.rules
|
|||
build := -r -R -f scripts/Makefile.build makefile=Makefile obj
|
||||
build-crtools := -r -R -f scripts/Makefile.build makefile=Makefile.crtools obj
|
||||
|
||||
PROGRAM := crtools
|
||||
PROGRAM := criu
|
||||
|
||||
.PHONY: all zdtm test rebuild clean distclean tags cscope \
|
||||
docs help pie protobuf arch/$(ARCH) clean-built
|
||||
|
|
|
|||
1
crtools
Symbolic link
1
crtools
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
criu
|
||||
Loading…
Add table
Add a link
Reference in a new issue