summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index f15c9dea3..dc2a4837f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,9 +4,6 @@ PRJ_PREFIX=freeipa
RPMBUILD ?= $(PWD)/rpmbuild
-# set to 1 to produce a debug build of all subprojects
-#DEBUG=1
-
# Version numbers - this is for the entire server. After
# updating this you should run the version-update
# target.
@@ -38,12 +35,6 @@ CLI_VERSION=$(CLI_MAJOR).$(CLI_MINOR).$(CLI_RELEASE)
CLI_TARBALL_PREFIX=$(PRJ_PREFIX)-client-$(CLI_VERSION)
CLI_TARBALL=$(CLI_TARBALL_PREFIX).tgz
-ifeq ($(DEBUG),1)
- export CFLAGS = -g -Wall -Wshadow
- export LDFLAGS = -g
-endif
-
-
all:
@for subdir in $(SUBDIRS); do \
(cd $$subdir && $(MAKE) $@) || exit 1; \