From: John Voltz Date: Tue, 11 Mar 2008 18:12:15 +0000 (-0000) Subject: added debug option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1163cf741c5fb689118c12f25a99ee0142d18dff;p=buildroot.git added debug option --- diff --git a/package/bash/bash.mk b/package/bash/bash.mk index 29352f50f8..9447f8a1b5 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -57,6 +57,7 @@ $(BASH_DIR)/.configured: $(BASH_DIR)/.unpacked --with-curses \ --enable-alias \ --without-bash-malloc \ + $(ENABLE_DEBUG) \ ) touch $@