Disabling JSON schemas while they are not used 26/2126/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 6 Sep 2017 10:45:19 +0000 (12:45 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 6 Sep 2017 10:45:19 +0000 (12:45 +0200)
Change-Id: I1e7ac7751d0db3fe3966c63e2db1d1d0d69d462c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Makefile

index 695c49e..396956c 100644 (file)
--- 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):