mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
tool/depot: minor documentation fixes
This commit is contained in:
committed by
Christian Helmuth
parent
1b96d01690
commit
2691f2073a
@@ -1,21 +1,20 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
#
|
#
|
||||||
# \brief Simulate the download of files by copying content from a directory
|
# \brief Download, verify, and extract depot archives
|
||||||
# \author Norman Feske
|
# \author Norman Feske
|
||||||
# \date 2017-03-23
|
# \date 2017-03-23
|
||||||
#
|
#
|
||||||
|
|
||||||
export GENODE_DIR := $(realpath $(dir $(MAKEFILE_LIST))/../../..)
|
export GENODE_DIR := $(realpath $(dir $(MAKEFILE_LIST))/../../..)
|
||||||
|
|
||||||
REMOTE_DIR ?= $(GENODE_DIR)/remote
|
|
||||||
PUBLIC_DIR ?= $(GENODE_DIR)/public
|
PUBLIC_DIR ?= $(GENODE_DIR)/public
|
||||||
DEPOT_DIR ?= $(GENODE_DIR)/depot
|
DEPOT_DIR ?= $(GENODE_DIR)/depot
|
||||||
DEPOT_TOOL_DIR ?= $(GENODE_DIR)/tool/depot
|
DEPOT_TOOL_DIR ?= $(GENODE_DIR)/tool/depot
|
||||||
|
|
||||||
define HELP_MESSAGE
|
define HELP_MESSAGE
|
||||||
|
|
||||||
Simulate the download of files by copying content from a directory
|
Download, verify, and extract depot archives
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user