From: garciadeblas Date: Wed, 6 Sep 2017 10:45:19 +0000 (+0200) Subject: Disabling JSON schemas while they are not used X-Git-Tag: v3.0.0rc02~9 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=refs%2Fchanges%2F26%2F2126%2F1 Disabling JSON schemas while they are not used Change-Id: I1e7ac7751d0db3fe3966c63e2db1d1d0d69d462c Signed-off-by: garciadeblas --- 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):