Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
adamsutton committed Jan 18, 2016
1 parent e2d8d56 commit fd01613
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Makefile.static
Expand Up @@ -39,7 +39,10 @@
# BINTRAY_REPO - The repo to upload to
#

MAKEFILE ?= $(firstword $(MAKEFILE_LIST))
MAKEFILE ?= $(firstword $(MAKEFILE_LIST))

# ./configure override
BINTRAY_CACHE ?= $(CONFIG_BINTRAY_CACHE)

default: liball

Expand All @@ -57,7 +60,7 @@ export BINTRAY_REPO
# Download cache
.PHONY: libcacheget
libcacheget:
ifneq ($(BINTRAY_CACHE),)
ifeq ($(BINTRAY_CACHE),yes)
@( $(ROOTDIR)/support/lib.sh download $(LIB_NAME) &&\
$(ROOTDIR)/support/lib.sh unpack $(LIB_NAME) ) || true
endif
Expand Down
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -56,6 +56,7 @@ OPTIONS=(
"tsdebug:no"
"gtimer_check:no"
"libsystemd_daemon:no"
"bintray_cache:no"
)

#
Expand Down Expand Up @@ -653,7 +654,6 @@ if enabled_or_auto libsystemd_daemon; then
fi
fi


# ###########################################################################
# Write config
# ###########################################################################
Expand Down

0 comments on commit fd01613

Please sign in to comment.