Skip to content
Snippets Groups Projects
Commit 47f1509e authored by Matthias Schiffer's avatar Matthias Schiffer Committed by Martin Weinelt
Browse files

build: indent non-recipe Makefile lines with two spaces

parent 016b323a
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,10 @@ export LC_ALL LANG ...@@ -6,10 +6,10 @@ export LC_ALL LANG
# check for spaces & resolve possibly relative paths # check for spaces & resolve possibly relative paths
define mkabspath define mkabspath
ifneq (1,$(words [$($(1))])) ifneq (1,$(words [$($(1))]))
$$(error $(1) must not contain spaces) $$(error $(1) must not contain spaces)
endif endif
override $(1) := $(abspath $($(1))) override $(1) := $(abspath $($(1)))
endef endef
GLUON_SITEDIR ?= site GLUON_SITEDIR ?= site
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment