summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPavel Kotucek <pavel.kotucek@pantheon.tech>2019-04-29 15:58:24 +0200
committerHongjun Ni <hongjun.ni@intel.com>2019-05-15 00:40:40 +0000
commit6f6ea23e7114520fe25245effd4120294841f3a2 (patch)
tree7de83ff92c0dc9df0cf39e397ea28c7997b9c215 /Makefile
parent28bb25aee9898b50468233e896aab018e68bf787 (diff)
Docker build improvements
Added small changes to create dev docker image. Fixed checkstyle. Change-Id: I0ea1a0bad114578903073526fa12b84702072e3a Signed-off-by: Pavel Kotucek <pavel.kotucek@pantheon.tech>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index bd9ad05..28226a7 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,6 @@
export WS_ROOT=$(CURDIR)
export BR=$(WS_ROOT)/build-root
PLATFORM?=sweetcomb
-REBUILD_DOCKER_IMAGE?=no
##############
#OS Detection#
@@ -108,6 +107,7 @@ help:
@echo " docker-test - run test in docker enviroment"
@echo " clean - clean all build"
@echo " distclean - remove all build directory"
+ @echo " checkstyle - check coding style"
install-dep:
ifeq ($(filter ubuntu debian,$(OS_ID)),$(OS_ID))
@@ -289,7 +289,7 @@ distclean:
@rm -rf $(BR)/build-gnmi
docker:
- @build-root/scripts/docker.sh $(REBUILD_DOCKER_IMAGE)
+ @scripts/docker.sh
docker-test:
- @test/run_test.sh
+ @scripts/run_test.sh \ No newline at end of file