Use '' around variables substituted by make
This commit is contained in:
parent
633e1f956f
commit
0c2d201960
2
Makefile
2
Makefile
|
@ -16,7 +16,7 @@ all: hello.tar hello.sizes vm-image to-be-run-in-vm.sh Makefile
|
|||
"$$(wc -c "to-be-run-in-vm.sh" | sed -e 's/^[[:space:]]*\([0-9][0-9]*\)[[:space:]].*$$/\1/')" \
|
||||
"$$(wc -c "$*.tar" | sed -e 's/^[[:space:]]*\([0-9][0-9]*\)[[:space:]].*$$/\1/')" \
|
||||
"" \
|
||||
> $@
|
||||
> '$@'
|
||||
|
||||
%.nar: Makefile
|
||||
guix archive --export --recursive '$*' > '$@'
|
||||
|
|
Loading…
Reference in New Issue
Block a user