mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 16:14:13 +00:00
tool/depot: minor documentation fixes
This commit is contained in:
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:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user