mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
Makefile: remove unused vars
We don't use TAGS, AWK or ECHO anywhere in the code (at least according to git grep). Let's remove this. Cc: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
97802b0d55
commit
4e1be049f5
5
Makefile
5
Makefile
@ -24,13 +24,10 @@ include Makefile.inc
|
||||
|
||||
FIND := find
|
||||
CSCOPE := cscope
|
||||
TAGS := ctags
|
||||
RM := rm -f
|
||||
LD := ld
|
||||
CC ?= gcc
|
||||
ECHO := echo
|
||||
NM := nm
|
||||
AWK := awk
|
||||
SH := bash
|
||||
MAKE := make
|
||||
OBJCOPY := objcopy
|
||||
@ -98,7 +95,7 @@ CFLAGS += $(WARNINGS) $(DEFINES)
|
||||
SYSCALL-LIB := arch/$(ARCH)/syscalls.built-in.o
|
||||
ARCH-LIB := arch/$(ARCH)/crtools.built-in.o
|
||||
|
||||
export CC ECHO MAKE CFLAGS LIBS ARCH DEFINES MAKEFLAGS
|
||||
export CC MAKE CFLAGS LIBS ARCH DEFINES MAKEFLAGS
|
||||
export SRC_DIR SYSCALL-LIB SH RM ARCH_DIR OBJCOPY LDARCH LD
|
||||
export cflags-y
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user