From 80db2ff79c9860eba54fbfb71d92ce95a45b6a8c Mon Sep 17 00:00:00 2001 From: Oleg Semyonov Date: Wed, 20 Mar 2013 00:48:51 +0200 Subject: [PATCH] Packaging: define package directory --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d5f90b08e..e6dc075fe 100644 --- a/Makefile +++ b/Makefile @@ -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)