mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 09:13:37 +02:00
make: Align equal signs in *.mk to column 30
Chore: Format equal signs uniformly. They should all be at column 30 but aren't. Fix that. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
d8db1e77dc
commit
ed17aaa6c9
17 changed files with 25 additions and 25 deletions
|
|
@ -39,7 +39,7 @@ else ifneq ($(findstring https://,$(PROJECTS_DIR_REMOTE_BASE)),)
|
|||
else ifneq ($(wildcard $(PROJECTS_DIR_REMOTE_BASE)),)
|
||||
$(warning Using local PROJECTS_DIR_REMOTE_BASE = $(PROJECTS_DIR_REMOTE_BASE))
|
||||
else
|
||||
$(error Unsupported PROJECTS_DIR_REMOTE_BASE="$(PROJECTS_DIR_REMOTE_BASE)")
|
||||
$(error Unsupported PROJECTS_DIR_REMOTE_BASE = "$(PROJECTS_DIR_REMOTE_BASE)")
|
||||
endif
|
||||
|
||||
ifeq ($(JANWARE_USER),)
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ else ifeq ($(SWIG_TARGET),perl)
|
|||
|
||||
else
|
||||
|
||||
$(error SWIG_TARGET=$(SWIG_TARGET) undefined or unknown)
|
||||
$(error SWIG_TARGET = $(SWIG_TARGET) undefined or unknown)
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue