mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Print directories for verbose build to create build.log for vscode.
This commit is contained in:
@@ -64,7 +64,7 @@ INSTALL_DIR := $(CURDIR)/bin
|
||||
export BASE_DIR ?= ../base
|
||||
export REPOSITORIES ?= $(BASE_DIR:%base=%base-linux) $(BASE_DIR)
|
||||
export VERBOSE ?= @
|
||||
export VERBOSE_DIR ?= --no-print-directory
|
||||
export VERBOSE_DIR ?= --print-directory
|
||||
export VERBOSE_MK ?= @
|
||||
export LIB_CACHE_DIR ?= $(BUILD_BASE_DIR)/var/libcache
|
||||
export LIB_PROGRESS_LOG ?= $(BUILD_BASE_DIR)/progress.log
|
||||
|
||||
@@ -9,7 +9,7 @@ VERBOSE ?= @
|
||||
ECHO := echo -e
|
||||
HASHSUM := sha1sum
|
||||
|
||||
MAKEFLAGS += --no-print-directory
|
||||
MAKEFLAGS += --print-directory
|
||||
|
||||
BRIGHT_COL ?= \x1b[01;33m
|
||||
DARK_COL ?= \x1b[00;33m
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
ifndef VERBOSE
|
||||
MAKEFLAGS += --no-print-directory
|
||||
MAKEFLAGS += --print-directory
|
||||
endif
|
||||
|
||||
export GENODE_DIR := $(realpath $(dir $(MAKEFILE_LIST))/../..)
|
||||
|
||||
Reference in New Issue
Block a user