[Buildroot] svn commit: trunk/buildroot/package/bash

ninevoltz at uclibc.org ninevoltz at uclibc.org
Tue Mar 11 18:12:15 UTC 2008


Author: ninevoltz
Date: 2008-03-11 11:12:15 -0700 (Tue, 11 Mar 2008)
New Revision: 21299

Log:
added debug option

Modified:
   trunk/buildroot/package/bash/bash.mk


Changeset:
Modified: trunk/buildroot/package/bash/bash.mk
===================================================================
--- trunk/buildroot/package/bash/bash.mk	2008-03-11 17:58:47 UTC (rev 21298)
+++ trunk/buildroot/package/bash/bash.mk	2008-03-11 18:12:15 UTC (rev 21299)
@@ -57,6 +57,7 @@
 		--with-curses \
 		--enable-alias \
 		--without-bash-malloc \
+		$(ENABLE_DEBUG) \
 	)
 	touch $@
 




More information about the buildroot mailing list