From 9df9cb8da792c4f640cc0437271b2b67ee935027 Mon Sep 17 00:00:00 2001 From: selsta Date: Sat, 26 Sep 2020 02:15:58 +0200 Subject: build: enable USE_SINGLE_BUILDDIR by default, OFF to disable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b36ba84..f08b415b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ ifneq ($(dotgit), .git/config) endif subbuilddir:=$(shell echo `uname | sed -e 's|[:/\\ \(\)]|_|g'`/`git branch | grep '\* ' | cut -f2- -d' '| sed -e 's|[:/\\ \(\)]|_|g'`) -ifeq ($(USE_SINGLE_BUILDDIR),) +ifeq ($(USE_SINGLE_BUILDDIR), OFF) builddir := build/"$(subbuilddir)" topdir := ../../../.. deldirs := $(builddir) -- cgit v1.2.3