Skip to content

Commit

Permalink
fix: update the way variable with space is set for make
Browse files Browse the repository at this point in the history
Previous solution doesn't work for `make` >= 4.3.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Aug 5, 2020
1 parent d71b167 commit d27684b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -14,8 +14,8 @@ COMMON_ARGS += --progress=$(PROGRESS)
COMMON_ARGS += --platform=$(PLATFORM)

, := ,
space :=
space +=
empty :=
space = $(empty) $(empty)

TARGETS = ca-certificates cni containerd dosfstools eudev fhs grub ipmitool iptables kernel kmod libaio libressl libseccomp linux-firmware lvm2 musl open-iscsi open-isns runc socat syslinux util-linux xfsprogs

Expand Down

0 comments on commit d27684b

Please sign in to comment.