- Removed the MARIADB_SRC_PATH twice set.
- Removed team member names from path examples
This commit is contained in:
@ -23,11 +23,10 @@ UNIX :=
|
|||||||
# makefile.inc and build_gateway.inc are located.
|
# makefile.inc and build_gateway.inc are located.
|
||||||
# ROOT_PATH is used in makefile.
|
# ROOT_PATH is used in makefile.
|
||||||
#
|
#
|
||||||
ROOT_PATH := /home/mriddoch/Repository/maxscale
|
ROOT_PATH := /home/jdoe/maxscale
|
||||||
|
|
||||||
# MARIADB_SRC_PATH may be defined either as an environment variable or
|
# MARIADB_SRC_PATH may be defined either as an environment variable or
|
||||||
# specifically here
|
# specifically here
|
||||||
ifndef $(MARIADB_SRC_PATH)
|
ifndef $(MARIADB_SRC_PATH)
|
||||||
MARIADB_SRC_PATH := /packages/mariadb-5.5.25
|
MARIADB_SRC_PATH := /packages/mariadb-5.5.25
|
||||||
MARIADB_SRC_PATH := /home/mpinto/mariadb-5.5.34/
|
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user