Example: fixed mismatch between install dirs and DIRs in example.xml.in

Docker: Removed example from test container, fixed example container
This commit is contained in:
Olof hagsand 2023-02-22 22:52:44 +01:00
parent a8c4e8699c
commit 2db5961169
8 changed files with 14 additions and 58 deletions

View file

@ -49,6 +49,10 @@ SHELL = /bin/sh
all:
echo "Run make docker to build docker image"
# Cannot use generated Makefile in docker since it uses tmp install dirs
example.xml:
cp $(top_srcdir)/example/main/$@ $@
# (recursively) clone the repo from top-level - NOTE changes must be committed
clixon:
git clone file://$(realpath ${top_srcdir})
@ -59,7 +63,7 @@ clean:
distclean: clean
rm -f Makefile *~ .depend
docker: clixon Dockerfile
docker: clixon Dockerfile example.xml
sudo docker build -t $(IMG) $(DOCKERFLAGS) .
start: docker