chiark
/
gitweb
/
~mdw
/
distorted-chroot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
aa9c509
)
Makefile: Capture `$(shell ...)' results in simply-expanded variables.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 20 Sep 2019 02:35:37 +0000
(
03:35
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 20 Sep 2019 02:37:38 +0000
(
03:37
+0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 72299a716e1205f1d2582651da92089fd7ad9393..a2ba217cc2a82ca77a2884f3cbb05de625168ab9 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-40,7
+40,7
@@
NOTIFY_FATAL = 1
## Volume group from which to allocate chroot volumes and snapshots.
CONFIG_VARS += VG LVPREFIX
## Volume group from which to allocate chroot volumes and snapshots.
CONFIG_VARS += VG LVPREFIX
-VG
= vg-$(shell hostname)
+VG
:
= vg-$(shell hostname)
LVPREFIX =
## Logical volume size, as an LVM option.
LVPREFIX =
## Logical volume size, as an LVM option.
@@
-76,8
+76,8
@@
DISTS = $(PRIMARY_DIST) buster bullseye sid
## Host's native architecture(s).
CONFIG_VARS += MYARCH NATIVE_ARCHS
## Host's native architecture(s).
CONFIG_VARS += MYARCH NATIVE_ARCHS
-MYARCH
= $(shell dpkg --print-architecture)
-OTHERARCHS
= $(shell dpkg --print-foreign-architectures)
+MYARCH
:
= $(shell dpkg --print-architecture)
+OTHERARCHS
:
= $(shell dpkg --print-foreign-architectures)
NATIVE_ARCHS = $(MYARCH) $(OTHERARCHS)
## Foreign (emulated) architectures to support.
NATIVE_ARCHS = $(MYARCH) $(OTHERARCHS)
## Foreign (emulated) architectures to support.