more clixon-util rm effects

This commit is contained in:
Olof hagsand 2023-12-02 17:46:43 +01:00
parent a3a7624a11
commit 01fbf764e7
6 changed files with 22 additions and 12 deletions

View file

@ -10,6 +10,5 @@ $MAKE clean
$MAKE -j10
sudo $MAKE install
(cd example; $MAKE)
(cd util; $MAKE)
(cd example; sudo $MAKE install)
(cd util; sudo $MAKE install)

View file

@ -24,9 +24,7 @@ make CLIGEN_LIB=/usr/local/lib/libcligen.a
sudo make install
sudo make install-include
(cd example; make)
(cd util; make)
(cd example; sudo make install)
(cd util; sudo make install)
# Kludge for netconf to touch all gcda files as root
(cd test; sudo ./test_netconf_hello.sh) || true

View file

@ -184,7 +184,7 @@ if [ $BE -ne 0 ]; then
if [ $? -ne 0 ]; then
err
fi
new "start backend -s init -f $cfg -- -m clixon-mount0 -M urn:example:mount0"
new "start backend -s init -f $cfg -- -m clixon-mount0 -M urn:example:mount0"
start_backend -s init -f $cfg -- -m clixon-mount0 -M urn:example:mount0
fi

View file

@ -72,10 +72,19 @@ $MAKE clean
$MAKE -j10
sudo $MAKE install
(cd example; $MAKE)
(cd util; $MAKE)
(cd example; sudo $MAKE install)
(cd util; sudo $MAKE install)
sudo ldconfig
# Clixon-util
test -d src/clixon-util || (cd src;git clone https://github.com/clicon/clixon-util.git)
cd src/clixon
git pull origin master
./configure --with-cligen=/ --with-clixon=/
$MAKE clean
$MAKE -j10
sudo $MAKE install
cd test
echo "#!/usr/bin/env bash" > ./site.sh
echo "IPv6=true" >> ./site.sh