From 64c2113c4ed83fb40d20e75cd85d997b6b2e38a3 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 15 Apr 2017 10:29:59 +0200 Subject: stop using profile/platform/architecture-specific build directories, just use "bld" (by default) --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 54385e6..6f008a7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -133,7 +133,7 @@ MOUNT_DIR=src endif ifndef BUILD_DIR -BUILD_DIR=build +BUILD_DIR=bld endif ifndef TEMPDIR @@ -226,8 +226,8 @@ endif ############################################################################# -BD=$(BUILD_DIR)/debug-$(PLATFORM)-$(ARCH) -BR=$(BUILD_DIR)/release-$(PLATFORM)-$(ARCH) +BD=$(BUILD_DIR) # /debug-$(PLATFORM)-$(ARCH) +BR=$(BUILD_DIR) # /release-$(PLATFORM)-$(ARCH) CDIR=$(MOUNT_DIR)/client SDIR=$(MOUNT_DIR)/server RCOMMONDIR=$(MOUNT_DIR)/renderercommon -- cgit