From d1ca2bd8998bec1dc2d676ea7d65c91f70e3c734 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 6 Sep 2017 12:45:19 +0200 Subject: [PATCH] Disabling JSON schemas while they are not used Change-Id: I1e7ac7751d0db3fe3966c63e2db1d1d0d69d462c Signed-off-by: garciadeblas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 695c49e..396956c 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ Q?=@ PYANG_OPTIONS := -Werror -all: $(PYTHON_MODELS) pyangbind $(PYTHON_JSONSCHEMAS) +all: $(PYTHON_MODELS) pyangbind $(MAKE) package $(OUT_DIR): -- 2.17.1