* [PATCH TRIVIAL] scripts/kconfig/Makefile: Cosmetic fixes
@ 2015-05-31 17:35 Diego Viola
2015-06-03 8:58 ` Michal Marek
0 siblings, 1 reply; 6+ messages in thread
From: Diego Viola @ 2015-05-31 17:35 UTC (permalink / raw)
To: mmarek; +Cc: linux-kbuild, linux-kernel, trivial, Diego Viola
Signed-off-by: Diego Viola <diego.viola@gmail.com>
---
scripts/kconfig/Makefile | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 3b48f7a..9e0be1c 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -86,7 +86,7 @@ $(simple-targets): $(obj)/conf
PHONY += oldnoconfig savedefconfig defconfig
# oldnoconfig is an alias of olddefconfig, because people already are dependent
-# on its behavior(sets new symbols to their default value but not 'n') with the
+# on its behavior (sets new symbols to their default value but not 'n') with the
# counter-intuitive name.
oldnoconfig: olddefconfig
@@ -125,7 +125,7 @@ help:
@echo ' nconfig - Update current config utilising a ncurses menu based program'
@echo ' menuconfig - Update current config utilising a menu based program'
@echo ' xconfig - Update current config utilising a Qt based front-end'
- @echo ' gconfig - Update current config utilising a GTK based front-end'
+ @echo ' gconfig - Update current config utilising a GTK+ based front-end'
@echo ' oldconfig - Update current config utilising a provided .config as base'
@echo ' localmodconfig - Update current config disabling modules not loaded'
@echo ' localyesconfig - Update current config converting local mods to core'
@@ -160,7 +160,7 @@ HOST_EXTRACFLAGS += $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) \
# qconf: Used for the xconfig target
# Based on Qt which needs to be installed to compile it
# gconf: Used for the gconfig target
-# Based on GTK which needs to be installed to compile it
+# Based on GTK+ which needs to be installed to compile it
# object files used by all kconfig flavours
lxdialog := lxdialog/checklist.o lxdialog/util.o lxdialog/inputbox.o
@@ -273,7 +273,7 @@ $(obj)/gconf.o: $(obj)/.tmp_gtkcheck
ifeq ($(MAKECMDGOALS),gconfig)
-include $(obj)/.tmp_gtkcheck
-# GTK needs some extra effort, too...
+# GTK+ needs some extra effort, too...
$(obj)/.tmp_gtkcheck:
@if `pkg-config --exists gtk+-2.0 gmodule-2.0 libglade-2.0`; then \
if `pkg-config --atleast-version=2.0.0 gtk+-2.0`; then \
@@ -304,7 +304,7 @@ quiet_cmd_moc = MOC $@
$(obj)/%.moc: $(src)/%.h $(obj)/.tmp_qtcheck
$(call cmd,moc)
-# Extract gconf menu items for I18N support
+# Extract gconf menu items for i18n support
$(obj)/gconf.glade.h: $(obj)/gconf.glade
$(Q)intltool-extract --type=gettext/glade --srcdir=$(srctree) \
$(obj)/gconf.glade
--
2.4.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH TRIVIAL] scripts/kconfig/Makefile: Cosmetic fixes
2015-05-31 17:35 [PATCH TRIVIAL] scripts/kconfig/Makefile: Cosmetic fixes Diego Viola
@ 2015-06-03 8:58 ` Michal Marek
2015-06-04 4:18 ` Diego Viola
0 siblings, 1 reply; 6+ messages in thread
From: Michal Marek @ 2015-06-03 8:58 UTC (permalink / raw)
To: Diego Viola; +Cc: linux-kbuild, linux-kernel, trivial
On 2015-05-31 19:35, Diego Viola wrote:
> Signed-off-by: Diego Viola <diego.viola@gmail.com>
> ---
> scripts/kconfig/Makefile | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
Applied to kbuild.git#kconfig.
Michal
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH TRIVIAL] scripts/kconfig/Makefile: Cosmetic fixes
2015-06-03 8:58 ` Michal Marek
@ 2015-06-04 4:18 ` Diego Viola
2015-06-04 14:56 ` Diego Viola
0 siblings, 1 reply; 6+ messages in thread
From: Diego Viola @ 2015-06-04 4:18 UTC (permalink / raw)
To: Michal Marek; +Cc: linux-kbuild, linux-kernel, trivial
Thanks, I can't see my change on the repository though?
https://git.kernel.org/cgit/linux/kernel/git/mmarek/kbuild.git/
Diego
On Wed, Jun 3, 2015 at 5:58 AM, Michal Marek <mmarek@suse.cz> wrote:
> On 2015-05-31 19:35, Diego Viola wrote:
>> Signed-off-by: Diego Viola <diego.viola@gmail.com>
>> ---
>> scripts/kconfig/Makefile | 10 +++++-----
>> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> Applied to kbuild.git#kconfig.
>
> Michal
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH TRIVIAL] scripts/kconfig/Makefile: Cosmetic fixes
2015-06-04 4:18 ` Diego Viola
@ 2015-06-04 14:56 ` Diego Viola
2015-06-04 15:01 ` Michal Marek
0 siblings, 1 reply; 6+ messages in thread
From: Diego Viola @ 2015-06-04 14:56 UTC (permalink / raw)
To: Michal Marek; +Cc: linux-kbuild, linux-kernel, trivial
Nevermind, I see my changes now.
Thanks!
Diego
On Thu, Jun 4, 2015 at 1:18 AM, Diego Viola <diego.viola@gmail.com> wrote:
> Thanks, I can't see my change on the repository though?
>
> https://git.kernel.org/cgit/linux/kernel/git/mmarek/kbuild.git/
>
> Diego
>
> On Wed, Jun 3, 2015 at 5:58 AM, Michal Marek <mmarek@suse.cz> wrote:
>> On 2015-05-31 19:35, Diego Viola wrote:
>>> Signed-off-by: Diego Viola <diego.viola@gmail.com>
>>> ---
>>> scripts/kconfig/Makefile | 10 +++++-----
>>> 1 file changed, 5 insertions(+), 5 deletions(-)
>>
>> Applied to kbuild.git#kconfig.
>>
>> Michal
>>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH TRIVIAL] scripts/kconfig/Makefile: Cosmetic fixes
2015-06-04 14:56 ` Diego Viola
@ 2015-06-04 15:01 ` Michal Marek
2015-06-04 15:04 ` Diego Viola
0 siblings, 1 reply; 6+ messages in thread
From: Michal Marek @ 2015-06-04 15:01 UTC (permalink / raw)
To: Diego Viola; +Cc: linux-kbuild, linux-kernel, trivial
On 2015-06-04 16:56, Diego Viola wrote:
> Nevermind, I see my changes now.
I forgot to push yesterday.
Michal
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH TRIVIAL] scripts/kconfig/Makefile: Cosmetic fixes
2015-06-04 15:01 ` Michal Marek
@ 2015-06-04 15:04 ` Diego Viola
0 siblings, 0 replies; 6+ messages in thread
From: Diego Viola @ 2015-06-04 15:04 UTC (permalink / raw)
To: Michal Marek; +Cc: linux-kbuild, linux-kernel, trivial
No problem. Thanks. :)
On Thu, Jun 4, 2015 at 12:01 PM, Michal Marek <mmarek@suse.cz> wrote:
> On 2015-06-04 16:56, Diego Viola wrote:
>> Nevermind, I see my changes now.
>
> I forgot to push yesterday.
>
> Michal
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-06-04 15:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-31 17:35 [PATCH TRIVIAL] scripts/kconfig/Makefile: Cosmetic fixes Diego Viola
2015-06-03 8:58 ` Michal Marek
2015-06-04 4:18 ` Diego Viola
2015-06-04 14:56 ` Diego Viola
2015-06-04 15:01 ` Michal Marek
2015-06-04 15:04 ` Diego Viola
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox