mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
run: add --depot-auto-update feature
If enabled, this option triggers the automated management of depot content according to the needs of a run script. Fixes #3270
This commit is contained in:
committed by
Christian Helmuth
parent
d027f12764
commit
a3411c8e96
@@ -25,6 +25,19 @@ export GENODE_DIR := $(realpath $(dir $(MAKEFILE_LIST))/../../..)
|
||||
include $(GENODE_DIR)/tool/depot/mk/front_end.inc
|
||||
|
||||
|
||||
#
|
||||
# Provide Genode build system with clean environment
|
||||
#
|
||||
unexport BASE_DIR
|
||||
unexport SPECS
|
||||
unexport SPEC_FILES
|
||||
unexport LIB_CACHE_DIR
|
||||
unexport LIB_DEP_FILE
|
||||
unexport LIB_PROGRESS_LOG
|
||||
unexport CONTRIB_DIR
|
||||
unexport REPOSITORIES
|
||||
|
||||
|
||||
#
|
||||
# The target is the name of the archive
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user