aboutsummaryrefslogtreecommitdiffstats
path: root/build/Makefile
diff options
context:
space:
mode:
authorMichal Skalski <mskalski@mirantis.com>2016-06-08 15:18:35 +0200
committerMichal Skalski <mskalski@mirantis.com>2016-06-08 15:18:35 +0200
commit782c46fb91b5246cf9314ab4a58f3e8184fe5d87 (patch)
treea0221b645dc449ff448449a26acb94315cdead7e /build/Makefile
parentc4afb1da513ef3230432fff400ea231660b230c9 (diff)
Do not create files when check connectivity
Change-Id: If0ab25ee843f9892510da3d3c8d1f10a54440545 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile
index 94e5b3460..fdfb23971 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -86,7 +86,7 @@ all:
@KERNEL_VER=$$(uname -r); \
KERNEL_ARRAY=($${KERNEL_VER//./ }); \
if [ $${KERNEL_ARRAY[0]} -lt 3 ] || [[ $${KERNEL_ARRAY[0]} -eq 3 && $${KERNEL_ARRAY[1]} -lt 19 ]] ; then (echo 'Kernel version must be 3.19 or newer'; exit 1) ; fi
- @docker/runcontext $(DOCKERIMG) wget -q www.google.com > /dev/null 2>&1 || (echo 'No docker network connectivity or name server - check your network- and docker settings'; exit 1)
+ @docker/runcontext $(DOCKERIMG) wget -q www.google.com -O /dev/null || (echo 'No docker network connectivity or name server - check your network- and docker settings'; exit 1)
@docker/runcontext $(DOCKERIMG) $(MAKE) $(MAKEFLAGS) iso