Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15891
b: refs/heads/master
c: 6f6046c
h: refs/heads/master
i:
  15889: 85fc8ea
  15887: 5fec7bd
v: v3
  • Loading branch information
Sam Ravnborg committed Dec 16, 2005
1 parent 05081b7 commit 25cb2c3
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e067e1f98d54d62fd598126f95e7684e5b63e67f
refs/heads/master: 6f6046cff2e8f04d6b916b10ebaa7b40d7e7967a
2 changes: 1 addition & 1 deletion trunk/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ subdir-$(CONFIG_MODVERSIONS) += genksyms
subdir-$(CONFIG_MODULES) += mod

# Let clean descend into subdirs
subdir- += basic lxdialog kconfig package
subdir- += basic kconfig package
3 changes: 2 additions & 1 deletion trunk/scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gconfig: $(obj)/gconf
$< arch/$(ARCH)/Kconfig

menuconfig: $(obj)/mconf
$(Q)$(MAKE) $(build)=scripts/lxdialog
$(Q)$(MAKE) $(build)=scripts/kconfig/lxdialog
$< arch/$(ARCH)/Kconfig

config: $(obj)/conf
Expand Down Expand Up @@ -115,6 +115,7 @@ endif

clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \
.tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c
subdir- += lxdialog

# Needed for systems without gettext
KBUILD_HAVE_NLS := $(shell \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

#include "dialog.h"

#define ITEM_IDENT 4 /* Indent of menu entries. Fixed for all menus */
#define ITEM_IDENT 1 /* Indent of menu entries. Fixed for all menus */
static int menu_width;

/*
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/mconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ static void cprint_init(void)
memset(args, 0, sizeof(args));
indent = 0;
child_count = 0;
cprint("./scripts/lxdialog/lxdialog");
cprint("./scripts/kconfig/lxdialog/lxdialog");
cprint("--backtitle");
cprint(menu_backtitle);
}
Expand Down

0 comments on commit 25cb2c3

Please sign in to comment.