Correct the nighlty build directory.
This commit is contained in:
parent
a680ec0575
commit
b9a7992339
|
@ -12,12 +12,12 @@
|
||||||
ifneq ($(shell which nproc 2> /dev/null),)
|
ifneq ($(shell which nproc 2> /dev/null),)
|
||||||
SMP_FLAGS = -j$(shell nproc)
|
SMP_FLAGS = -j$(shell nproc)
|
||||||
endif
|
endif
|
||||||
SRC_DIR = ${HOME}/coriolis-2.x$(NIGHTLY_DIR)/src
|
SRC_DIR = ${HOME}$(NIGHTLY_DIR)/coriolis-2.x/src
|
||||||
CORIOLIS_SRC = ${SRC_DIR}/coriolis
|
CORIOLIS_SRC = ${SRC_DIR}/coriolis
|
||||||
ALLIANCE_SRC = ${SRC_DIR}/alliance/alliance/src
|
ALLIANCE_SRC = ${SRC_DIR}/alliance/alliance/src
|
||||||
BUILDTYPE = release
|
BUILDTYPE = release
|
||||||
BUILDDIR = ${HOME}/coriolis-2.x$(NIGHTLY_DIR)/$(BUILDTYPE)/build
|
BUILDDIR = ${HOME}$(NIGHTLY_DIR)/coriolis-2.x/$(BUILDTYPE)/build
|
||||||
PREFIX = ${HOME}/coriolis-2.x$(NIGHTLY_DIR)/$(BUILDTYPE)/install
|
PREFIX = ${HOME}$(NIGHTLY_DIR)/coriolis-2.x/$(BUILDTYPE)/install
|
||||||
|
|
||||||
|
|
||||||
help:
|
help:
|
||||||
|
|
Loading…
Reference in New Issue