1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Packaging: define package directory

This commit is contained in:
Oleg Semyonov 2013-03-20 00:48:51 +02:00
parent 8dae0ef65a
commit 80db2ff79c

View File

@ -31,6 +31,7 @@ export OPENPILOT_IS_COOL := Fuck Yeah!
export ROOT_DIR := $(realpath $(dir $(lastword $(MAKEFILE_LIST))))
export TOOLS_DIR := $(ROOT_DIR)/tools
export BUILD_DIR := $(ROOT_DIR)/build
export PKG_DIR := $(ROOT_DIR)/build/package
export DL_DIR := $(ROOT_DIR)/downloads
# Set up default build configurations (debug | release)
@ -914,5 +915,5 @@ help:
@$(ECHO)
@$(ECHO) " Note: All tools will be installed into $(TOOLS_DIR)"
@$(ECHO) " All build output will be placed in $(BUILD_DIR)"
@$(ECHO) " Package will be placed into $(BUILD_DIR)"
@$(ECHO) " Package will be placed into $(PKG_DIR)"
@$(ECHO)