aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2010-07-31 17:35:27 -0400
committerMichal Marek <mmarek@suse.cz>2010-08-03 07:49:31 -0400
commitef61ca88c511154d6bead23c08f9a021cfdfeb01 (patch)
tree3fc66cf250df8eef33f015b040dc0f4d04844763 /scripts/kconfig/Makefile
parent4062f1a4c030157216dc8932e27131975cf7253c (diff)
kconfig: rename loose_nonint_oldconfig => oldnoconfig
Rename target to something that fall more in line with the other kconfig targets. oldnoconfig shall read as: - read the old configuration and set all new options to no Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Aristeu Rozanski <aris@redhat.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'scripts/kconfig/Makefile')
-rw-r--r--scripts/kconfig/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 549e50e49cbf..2142afb0a13b 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -90,9 +90,9 @@ PHONY += allnoconfig allyesconfig allmodconfig randconfig
90allnoconfig allyesconfig allmodconfig randconfig: $(obj)/conf 90allnoconfig allyesconfig allmodconfig randconfig: $(obj)/conf
91 $< --$@ $(Kconfig) 91 $< --$@ $(Kconfig)
92 92
93PHONY += nonint_oldconfig loose_nonint_oldconfig defconfig 93PHONY += nonint_oldconfig oldnoconfig defconfig
94 94
95nonint_oldconfig loose_nonint_oldconfig: $(obj)/conf 95nonint_oldconfig oldnoconfig: $(obj)/conf
96 $< --$@ $(Kconfig) 96 $< --$@ $(Kconfig)
97 97
98defconfig: $(obj)/conf 98defconfig: $(obj)/conf
@@ -124,8 +124,7 @@ help:
124 @echo ' allnoconfig - New config where all options are answered with no' 124 @echo ' allnoconfig - New config where all options are answered with no'
125 @echo ' nonint_oldconfig - Checks the current configuration and fails if an option is ' 125 @echo ' nonint_oldconfig - Checks the current configuration and fails if an option is '
126 @echo ' not set' 126 @echo ' not set'
127 @echo ' loose_nonint_oldconfig - Same as nonint_oldconfig, but updates the config file with ' 127 @echo ' oldnoconfig - Same as silentoldconfig but set new symbols to n (unset)'
128 @echo ' missing config options as unset'
129 128
130# lxdialog stuff 129# lxdialog stuff
131check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh 130check-lxdialog := $(srctree)/$(src)/lxdialog/check-lxdialog.sh