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:
parent
3ab9ce3d7f
commit
354f82c3f5
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,7 +8,7 @@
|
|||||||
*.swo
|
*.swo
|
||||||
*-blob.h
|
*-blob.h
|
||||||
.git-ignore
|
.git-ignore
|
||||||
crtools
|
criu
|
||||||
cscope*
|
cscope*
|
||||||
tags
|
tags
|
||||||
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 := -r -R -f scripts/Makefile.build makefile=Makefile obj
|
||||||
build-crtools := -r -R -f scripts/Makefile.build makefile=Makefile.crtools 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 \
|
.PHONY: all zdtm test rebuild clean distclean tags cscope \
|
||||||
docs help pie protobuf arch/$(ARCH) clean-built
|
docs help pie protobuf arch/$(ARCH) clean-built
|
||||||
|
Loading…
x
Reference in New Issue
Block a user