Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion QuoteGeneration/buildenv.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ SGX_VER:= $(shell awk '$$2 ~ /STRFILEVER/ { print substr($$3, 2, length($$3) - 2
SGX_MAJOR_VER:= $(shell echo $(SGX_VER) |awk -F. '{print $$1}')
SPLIT_VERSION=$(word $2,$(subst ., ,$1))

CP := /bin/cp -f
CP := cp -f
MKDIR := mkdir -p
STRIP := strip
OBJCOPY := objcopy
Expand Down
2 changes: 1 addition & 1 deletion tools/SGXPlatformRegistration/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#
#

CP := /bin/cp -f
CP := cp -f
MKDIR := mkdir -p

PACKAGE_DIR := package
Expand Down
2 changes: 1 addition & 1 deletion tools/SGXPlatformRegistration/buildenv.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LOCAL_COMMON_DIR := $(ROOT_DIR)/common
INCLUDE_DIR := $(ROOT_DIR)/include
LIBS_DIR := $(ROOT_DIR)/build/lib64
BINS_DIR := $(ROOT_DIR)/build/bin
CP := /bin/cp -f
CP := cp -f


RA_VERSION= $(shell awk '$$2 ~ /STRFILEVER/ { print substr($$3, 2, length($$3) - 2); }' $(ROOT_DIR)/../../QuoteGeneration/common/inc/internal/se_version.h)
Expand Down