mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
OP-483: add 'release' target to the top level Makefile
Now 'make release' on the top level will build release package. For Windows it will build OpenPilot GCS Installer and all firmware binaries which are now included into the GCS distribution and will be installed into the <path>/OpenPilot/share/firmware-<version> directory. For other systems it will build all firmware files and the GCS, but latter is not packaged yet.
This commit is contained in:
parent
460478fc71
commit
a0fadf739b
9
Makefile
9
Makefile
@ -575,3 +575,12 @@ sim_win32_%: uavobjects_flight
|
||||
$(V1) mkdir -p $(BUILD_DIR)/sitl_win32
|
||||
$(V1) $(MAKE) --no-print-directory \
|
||||
-C $(ROOT_DIR)/flight/OpenPilot --file=$(ROOT_DIR)/flight/OpenPilot/Makefile.win32 $*
|
||||
|
||||
##############################
|
||||
#
|
||||
# Release packaging components
|
||||
#
|
||||
##############################
|
||||
.PHONY: release
|
||||
release:
|
||||
$(V1) cd $@ && $(MAKE) --no-print-directory $@
|
||||
|
Loading…
Reference in New Issue
Block a user