summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author <philippe colliot>2016-03-29 17:05:37 +0200
committer <philippe colliot>2016-03-29 17:05:37 +0200
commitd7b29a69e46525f5140aa61aa4c7a36903f83816 (patch)
treef290fb9d7462432efef20d5524395d0ce00a3396 /src
parentfd8f559f899466a78072ce424e6505ebec125b53 (diff)
downloadnavigation-d7b29a69e46525f5140aa61aa4c7a36903f83816.tar.gz
W3C POC: connection to DBus signal tested (for simple value carried)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/reload.sh5
-rwxr-xr-xsrc/run2
2 files changed, 5 insertions, 2 deletions
diff --git a/src/reload.sh b/src/reload.sh
index 41b9bcd..7421614 100755
--- a/src/reload.sh
+++ b/src/reload.sh
@@ -16,7 +16,10 @@ then
exit 1
fi
-rm -rf build
+if [ -d "./build" ]
+then
+ find ./build ! -name '*.cbp' -type f -exec rm -f {} +
+fi
rm -rf navigation
rm -rf automotive-message-broker
diff --git a/src/run b/src/run
index 5e17f8b..b091156 100755
--- a/src/run
+++ b/src/run
@@ -268,7 +268,7 @@ if [ "$verbose" = "1" ]
then
run "MapViewer" ./$NAVIT -d 3 -c navit_genivi_mapviewer.xml
else
- run "MapViewer" ./$NAVIT -d 0 -c navit_genivi_mapviewer.xml
+ run "MapViewer" ./$NAVIT -d 0 -c navit_genivi_mapviewer.xml 2>~/mapviewer.log
fi
wait_for_service org.genivi.mapviewer.Configuration /org/genivi/mapviewer