Revision e5395072
b/Makefile.am | ||
---|---|---|
869 | 869 |
echo "NODED_USER = '$(NODED_USER)'"; \ |
870 | 870 |
echo "VCS_VERSION = '$$VCSVER'"; \ |
871 | 871 |
echo "DISK_SEPARATOR = '$(DISK_SEPARATOR)'"; \ |
872 |
if [ "$(HTOOLS)" ]; then \ |
|
873 |
echo "HTOOLS = True"; \ |
|
874 |
else \ |
|
875 |
echo "HTOOLS = False"; \ |
|
876 |
fi; \ |
|
872 | 877 |
} > $@ |
873 | 878 |
|
874 | 879 |
$(REPLACE_VARS_SED): Makefile |
b/lib/constants.py | ||
---|---|---|
1329 | 1329 |
|
1330 | 1330 |
# Temporary external/shared storage parameters |
1331 | 1331 |
BLOCKDEV_DRIVER_MANUAL = "manual" |
1332 |
|
|
1333 |
# Whether htools was enabled at compilation time |
|
1334 |
HTOOLS = _autoconf.HTOOLS |
|
1335 |
# The hail iallocator |
|
1336 |
IALLOC_HAIL = "hail" |
Also available in: Unified diff