mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
[build] add build version to the log and print warning if not matching runtime version
This commit is contained in:
committed by
Felix Ruess
parent
c157cc3569
commit
d3f9e39533
@@ -108,6 +108,8 @@ print_build_version:
|
||||
@echo "------------------------------------------------------------"
|
||||
@echo "Building Paparazzi version" $(shell ./paparazzi_version)
|
||||
@echo "------------------------------------------------------------"
|
||||
$(Q)test -d $(PAPARAZZI_HOME)/var || mkdir -p $(PAPARAZZI_HOME)/var
|
||||
$(Q)./paparazzi_version > $(PAPARAZZI_HOME)/var/build_version.txt
|
||||
|
||||
update_google_version:
|
||||
-$(MAKE) -C data/maps
|
||||
|
||||
Reference in New Issue
Block a user