From a144f172381cdc1e3b04905f2d3c0318a1953e7b Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 23 Aug 2004 04:30:04 +0000 Subject: Add the 'DEBUG' build option. --- shells/bash2/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shells') diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 79af5cf99606..46e9bbccda1d 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -40,6 +40,9 @@ CONFIGURE_ENV= LDFLAGS=-static .else CONFIGURE_ARGS+= --enable-static-link=no .endif +.if defined(DEBUG) +CONFIGURE_ARGS+= --debug +.endif MAN1= bash.1 bashbug.1 post-patch: -- cgit