configure: fix up inconsistent indentation
Whitespace modifications only, no functional change. Change-Id: I984bd4299a7a49d116bee6f723f71e094ecd2209 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-on: https://review.gerrithub.io/369483 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
parent
4560c2bf89
commit
d72ff7f825
14
configure
vendored
14
configure
vendored
@ -168,11 +168,11 @@ if [ "$CONFIG_ASAN" = "y" -a "$CONFIG_TSAN" = "y" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$OSTYPE" == "FreeBSD"* ]]; then
|
if [[ "$OSTYPE" == "FreeBSD"* ]]; then
|
||||||
# FreeBSD doesn't support all configurations
|
# FreeBSD doesn't support all configurations
|
||||||
if [[ "$CONFIG_COVERAGE" == "y" ]]; then
|
if [[ "$CONFIG_COVERAGE" == "y" ]]; then
|
||||||
echo "ERROR: CONFIG_COVERAGE not available on FreeBSD"
|
echo "ERROR: CONFIG_COVERAGE not available on FreeBSD"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -n "Creating CONFIG.local..."
|
echo -n "Creating CONFIG.local..."
|
||||||
@ -229,9 +229,9 @@ python scripts/genconfig.py > config.h
|
|||||||
|
|
||||||
echo "done."
|
echo "done."
|
||||||
if [[ "$OSTYPE" == "FreeBSD"* ]]; then
|
if [[ "$OSTYPE" == "FreeBSD"* ]]; then
|
||||||
echo "Type 'gmake' to build."
|
echo "Type 'gmake' to build."
|
||||||
else
|
else
|
||||||
echo "Type 'make' to build."
|
echo "Type 'make' to build."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Loading…
Reference in New Issue
Block a user