Revert back to revision 241
This commit is contained in:
@ -9,21 +9,24 @@
|
|||||||
#
|
#
|
||||||
# Set debug flags
|
# Set debug flags
|
||||||
#
|
#
|
||||||
DEBUG :=
|
# DEBUG :=
|
||||||
DEBUGGER :=
|
# DEBUGGER :=
|
||||||
DEBUGGER_PATH :=
|
# DEBUGGER_PATH :=
|
||||||
DEBUGGER_BIN :=
|
# DEBUGGER_BIN :=
|
||||||
#
|
#
|
||||||
# Set build env
|
# Set build env
|
||||||
#
|
#
|
||||||
UNIX :=
|
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 :=
|
ROOT_PATH :=
|
||||||
SHARED_PATH :=
|
|
||||||
|
|
||||||
|
# MARIADB_SRC_PATH may be defined either as an environment variable or
|
||||||
|
# specifically here
|
||||||
ifndef $(MARIADB_SRC_PATH)
|
ifndef $(MARIADB_SRC_PATH)
|
||||||
MARIADB_SRC_PATH :=
|
MARIADB_SRC_PATH :=
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user