mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Makefile.install: rm unused vars/target
1. LOGROTATEDIR is not used since commitf4e9a1d("make: don't install service and logrotate configs"). 2. SYSTEMDUNITDIR is not used since commit10d5e9a("criu: scripts: remove criu service files"). 3. install-tree target was *never* used, makes no sense to keep it. While at it, also - sort the variables in "export" statement to match the order of appearance in Makefile; - don't export DESTDIR (it is exported by default as it always comes from the make command line); - remove unused variable from INSTALL.md. travis-ci: success for Makefile.install fixes Signed-off-by: Kir Kolyshkin <kir@openvz.org> Acked-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
5502b5b568
commit
d7f3be8a8e
2 changed files with 2 additions and 12 deletions
|
|
@ -13,7 +13,6 @@ this command accepts the following variables:
|
|||
* **BINDIR**, to specify where to put CRIT tool (`$(PREFIX)/bin` by default);
|
||||
* **SBINDIR**, to specify where to put CRIU executable (`$(PREFIX)/sbin` by default);
|
||||
* **MANDIR**, to specify directory for manual pages (`$(PREFIX)/share/man` by default);
|
||||
* **SYSTEMDUNITDIR**, to specify place where systemd units are living (`$(PREFIX)/lib/systemd/system` by default);
|
||||
* **LIBDIR**, to specify directory where to put libraries (guess the correct path by default).
|
||||
|
||||
Thus one can type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue