| commit | d1ca2bd8998bec1dc2d676ea7d65c91f70e3c734 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Sep 06 12:45:19 2017 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Sep 06 12:45:19 2017 +0200 |
| tree | b411147eb27623a913a67ed943f77570c8f2fe85 | |
| parent | 0264037b8d9594d240051247ae7d9cb0618deec4 [diff] [blame] |
Disabling JSON schemas while they are not used Change-Id: I1e7ac7751d0db3fe3966c63e2db1d1d0d69d462c Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Makefile b/Makefile index 695c49e..396956c 100644 --- a/Makefile +++ b/Makefile
@@ -30,7 +30,7 @@ PYANG_OPTIONS := -Werror -all: $(PYTHON_MODELS) pyangbind $(PYTHON_JSONSCHEMAS) +all: $(PYTHON_MODELS) pyangbind $(MAKE) package $(OUT_DIR):