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:
Jan Lindemann 2026-03-16 13:18:28 +01:00
commit ed17aaa6c9
17 changed files with 25 additions and 25 deletions

View file

@ -89,9 +89,9 @@ else
endif
ifeq ($(filter pkg-%,$(MAKECMDGOALS)),)
JW_PKG_SSH_EXTRA_OPTS += -o StrictHostKeyChecking=no -o ControlMaster=auto -o ControlPath=/tmp/%r@jw-pkg:%h:%p -o ControlPersist=3m
JW_PKG_SSH_EXTRA_OPTS += -o StrictHostKeyChecking=no -o ControlMaster=auto -o ControlPath=/tmp/%r@jw-pkg:%h:%p -o ControlPersist=3m
ifneq ($(JANWARE_USER),)
JW_PKG_SSH_EXTRA_OPTS += -l $(JANWARE_USER)
JW_PKG_SSH_EXTRA_OPTS += -l $(JANWARE_USER)
endif
export JW_PKG_SSH_EXTRA_OPTS
endif