* Changed docker builds

* `clixon-test` built in `docker/test`
    * Renamed from `clixon-system` built in `docker/main`
  * `clixon-example` built in `docker/example`
    * Added netconf ssh subsystem
    * Renamed from `clixon` built in `docker/base`
* Added ietf-yang-schema-mount@2019-01-14.yang
This commit is contained in:
Olof Hagsand 2022-12-11 13:31:19 +01:00
parent 571e26e0d6
commit 61e2f014be
30 changed files with 14044 additions and 2634 deletions

View file

@ -41,8 +41,8 @@ LIBS = @LIBS@
SHELL = /bin/sh
SUBDIRS = base
SUBDIRS += main
SUBDIRS = example
SUBDIRS += test
#SUBDIRS += cluster
.PHONY: all clean distclean depend install-include install uninstall test $(SUBDIRS)
@ -62,7 +62,7 @@ distclean: clean
do (cd $$i; $(MAKE) $(MFLAGS) $@); done
test:
$(MAKE) -C main $(MFLAGS) $@
$(MAKE) -C test $(MFLAGS) $@
depend:
for i in $(SUBDIRS); \