Remove quotes around TARGETS no issue #
authorPeter Amstutz <peter.amstutz@curii.com>
Thu, 15 Apr 2021 17:23:24 +0000 (13:23 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Thu, 15 Apr 2021 17:23:24 +0000 (13:23 -0400)
The quotes get included in the variable substitution, but when we
iterate over it using 'for' we actually want it split on spaces.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

Makefile

index 6cf9c29dad2cda5b56d61603d20d87da8124bfef..1e923710cd19ce89cedbe0edd3b0eff6b317232f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ VERSION?=$(shell ./version-at-commit.sh HEAD)
 # changes in the package. (i.e. example config files externally added
 ITERATION?=1
 
-TARGETS?="centos7 debian8 debian10 ubuntu1404 ubuntu1604 ubuntu1804 ubuntu2004"
+TARGETS?=centos7 debian8 debian10 ubuntu1404 ubuntu1604 ubuntu1804 ubuntu2004
 
 ARVADOS_DIRECTORY?=unset