mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
make: remove checks for python 2 binary
This commit removes the checks for the Python 2 binary in the makefile and makes sure that ZDTM tests always use python3. Since support for Python 2 has been dropped, these checks are no longer needed. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
642fd99bfd
commit
ede018176c
32 changed files with 31 additions and 44 deletions
|
|
@ -12,11 +12,9 @@ endif
|
|||
|
||||
FOOTER := footer.txt
|
||||
SRC1 += crit.txt
|
||||
ifeq ($(PYTHON),python3)
|
||||
SRC1 += criu-ns.txt
|
||||
endif
|
||||
SRC1 += compel.txt
|
||||
SRC1 += criu-amdgpu-plugin.txt
|
||||
SRC1 += criu-amdgpu-plugin.txt
|
||||
SRC8 += criu.txt
|
||||
SRC := $(SRC1) $(SRC8)
|
||||
XMLS := $(patsubst %.txt,%.xml,$(SRC))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue