From 4d29930c6ba9676b34a69ce4d689746a4d14f883 Mon Sep 17 00:00:00 2001 From: vraatikka Date: Tue, 30 Jul 2013 11:55:58 +0300 Subject: [PATCH] Revert back to revision 241 --- build_gateway.inc | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/build_gateway.inc b/build_gateway.inc index b40a71876..50289b58a 100644 --- a/build_gateway.inc +++ b/build_gateway.inc @@ -9,21 +9,24 @@ # # Set debug flags # - DEBUG := - DEBUGGER := - DEBUGGER_PATH := - DEBUGGER_BIN := +# DEBUG := +# DEBUGGER := +# DEBUGGER_PATH := +# DEBUGGER_BIN := # # Set build env # UNIX := # -# Set directories for building +# Set path for root directory, that is, path to directory where +# makefile.inc and build_gateway.inc are located. +# ROOT_PATH is used in makefile. # ROOT_PATH := -SHARED_PATH := +# MARIADB_SRC_PATH may be defined either as an environment variable or +# specifically here ifndef $(MARIADB_SRC_PATH) - MARIADB_SRC_PATH := + MARIADB_SRC_PATH := endif