2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +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:
Kir Kolyshkin 2013-04-30 20:17:55 +04:00 committed by Pavel Emelyanov
parent 3ab9ce3d7f
commit 354f82c3f5
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -8,7 +8,7 @@
*.swo
*-blob.h
.git-ignore
crtools
criu
cscope*
tags
TAGS

View File

@ -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
View File

@ -0,0 +1 @@
criu