Bugs item #311412, was opened at 30/01/2009 10:29 Status: Open Priority: 2 Submitted By: David Paleino (hanska-guest) Assigned to: Nobody (None) Summary: DBTS 340747: does not show 'make menuconfig' in kernel tree Distribution: None Originally reported in: Debian BTS Milestone: None Original bug number: 340747
Initial Comment: From: Miernik <[email protected]> To: Debian Bug Tracking System <[email protected]> Subject: bash completion does not show 'make menuconfig' in kernel tree Date: Fri, 25 Nov 2005 16:41:58 +0100 Package: make Version: 3.80-11 Severity: minor While in kernel tree from Debian package linux-source-2.6.14 the followig options are available after make in bash tab completion: czernica:/usr/src/linux-source-2.6.14$ make all checkstack %config cscope depend help modules mrproper prepare prepare2 rpm tags vmlinux archprepare clean configcheck debug_kallsyms distclean includecheck modules_install namespacecheck prepare0 prepare3 scripts/ TAGS buildcheck config crmodverdir dep FORCE kernelrelease modules_prepare outputmakefile prepare1 prepare-all scripts_basic versioncheck czernica:/usr/src/linux-source-2.6.14$ make There should be 'menuconfig' among these, but there isn't. ---------------------------------------------------------------------- >Comment By: David Paleino (hanska-guest) Date: 30/01/2009 10:29 Message: From: Matthias Klose <[email protected]> To: [email protected], Miernik <[email protected]>, [email protected] Subject: bash completion does not show 'make menuconfig' in kernel tree Date: Sat, 4 Mar 2006 00:29:29 +0100 bash_completion only reads the Makefile, these targets are defined in another file included with the 'include' directive. ---------------------------------------------------------------------- You can respond by visiting: http://alioth.debian.org/tracker/?func=detail&atid=413095&aid=311412&group_id=100114 _______________________________________________ Bash-completion-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel
