]> git.sur5r.net Git - kconfig-frontends/commit
utils/: new directory for kconfig utilities, install them
authorYann E. MORIN" <yann.morin.1998@free.fr>
Mon, 9 Apr 2012 18:37:31 +0000 (20:37 +0200)
committerYann E. MORIN" <yann.morin.1998@free.fr>
Mon, 9 Apr 2012 18:37:31 +0000 (20:37 +0200)
commit404a10227cf8f135796e776a8a42582672a2968c
treeca7ca293e08f21efce7eaee366beb94c58ccca9e
parente74bcf1d8326644406c267b3eeb24f2d11287f58
utils/: new directory for kconfig utilities, install them

Create a new directory to store the utilities that deal
with kconfig files, .config and .in alike.

For now, only the scripts are installed

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
16 files changed:
Makefile.am
configure.ac
misc/config [deleted file]
misc/diffconfig [deleted file]
misc/kernel2kfrontends.list [deleted file]
misc/kxgettext.c [deleted file]
misc/merge_config.sh [deleted file]
misc/streamline_config.pl [deleted file]
scripts/kernel2kfrontends.list [new file with mode: 0644]
scripts/ksync.sh
utils/Makefile.am [new file with mode: 0644]
utils/kconfig-diff [new file with mode: 0755]
utils/kconfig-gettext.c [new file with mode: 0644]
utils/kconfig-merge [new file with mode: 0755]
utils/kconfig-streamline [new file with mode: 0755]
utils/kconfig-tweak [new file with mode: 0755]