mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
dont hardcode version #, use a variable
This commit is contained in:
parent
cda805f060
commit
659b73786f
@ -3,10 +3,11 @@
|
|||||||
# build ccache to make recompiles faster on the build system
|
# build ccache to make recompiles faster on the build system
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
|
CCACHE_VER:=2.3
|
||||||
CCACHE_SITE:=http://ccache.samba.org/ftp/ccache
|
CCACHE_SITE:=http://ccache.samba.org/ftp/ccache
|
||||||
CCACHE_SOURCE:=ccache-2.3.tar.gz
|
CCACHE_SOURCE:=ccache-$(CCACHE_VER).tar.gz
|
||||||
CCACHE_DIR1:=$(TOOL_BUILD_DIR)/ccache-2.3
|
CCACHE_DIR1:=$(TOOL_BUILD_DIR)/ccache-$(CCACHE_VER)
|
||||||
CCACHE_DIR2:=$(BUILD_DIR)/ccache-2.3
|
CCACHE_DIR2:=$(BUILD_DIR)/ccache-$(CCACHE_VER)
|
||||||
CCACHE_CAT:=zcat
|
CCACHE_CAT:=zcat
|
||||||
CCACHE_BINARY:=ccache
|
CCACHE_BINARY:=ccache
|
||||||
CCACHE_TARGET_BINARY:=usr/bin/ccache
|
CCACHE_TARGET_BINARY:=usr/bin/ccache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user