Skip to content

Commit

Permalink
Update depends
Browse files Browse the repository at this point in the history
Closes #54, closes #54
  • Loading branch information
TheComputerGenie committed Oct 5, 2024
1 parent b97260d commit b9c1b94
Show file tree
Hide file tree
Showing 10 changed files with 2,983 additions and 2,042 deletions.
15 changes: 11 additions & 4 deletions depends/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
.NOTPARALLEL :

SOURCES_PATH ?= $(BASEDIR)/sources
WORK_PATH = $(BASEDIR)/work
BASE_CACHE ?= $(BASEDIR)/built
SDK_PATH ?= $(BASEDIR)/SDKs
NO_WALLET ?=
NO_UPNP ?=
FALLBACK_DOWNLOAD_PATH ?= https://supernet/depends-sources
FALLBACK_DOWNLOAD_PATH ?= https://media.githubusercontent.com/media/DigitalPrice/depends-sources/main/

BUILD ?= $(shell ./config.guess)
HOST ?= $(BUILD)
Expand All @@ -28,9 +29,9 @@ else
release_type=release
endif

base_build_dir=$(BASEDIR)/work/build
base_staging_dir=$(BASEDIR)/work/staging
base_download_dir=$(BASEDIR)/work/download
base_build_dir=$(BASEDIR)/build
base_staging_dir=$(BASEDIR)/staging
base_download_dir=$(BASEDIR)/download
canonical_host:=$(shell ./config.sub $(HOST))
build:=$(shell ./config.sub $(BUILD))

Expand Down Expand Up @@ -141,6 +142,12 @@ $(host_prefix)/share/config.site: check-packages

check-packages: check-sources

clean-all: clean
@rm -rf $(SOURCES_PATH) x86_64* i686* mips* arm* aarch64*

clean:
@rm -rf $(WORK_PATH) $(BASE_CACHE) $(BUILD)

install: check-packages $(host_prefix)/share/config.site


Expand Down
Loading

0 comments on commit b9c1b94

Please sign in to comment.