All of lore.kernel.org
 help / color / mirror / Atom feed
From: Masahiro Yamada <yamada.masahiro@socionext.com>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: Ulf Magnusson <ulfalizer@gmail.com>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Linux Kbuild mailing list <linux-kbuild@vger.kernel.org>,
	Randy Dunlap <rdunlap@infradead.org>,
	Michal Marek <michal.lkml@markovi.net>
Subject: Re: [RFC PATCH 1/1] kconfig: drop localization support
Date: Thu, 24 May 2018 23:21:26 +0900	[thread overview]
Message-ID: <CAK7LNARata6s_Dm_ykVNX2o15psE0LyuFvXQFESa7=n58s+nxg@mail.gmail.com> (raw)
In-Reply-To: <20180523044609.GA23800@ravnborg.org>

Hi Sam,



2018-05-23 13:46 GMT+09:00 Sam Ravnborg <sam@ravnborg.org>:
> Hi Masahiro.
>
>> > Ulf Magnusson originally mentioned this removal some time ago.
>> >
>> > So, here is his tag.
>> > Suggested-by: Ulf Magnusson <ulfalizer@gmail.com>
> Added.
>
>> PHONY += xconfig gconfig menuconfig config syncconfig update-po-config \
>>      localmodconfig localyesconfig
>>
>>
>> The 'update-po-config' is left-over in the PHONY assignment.
> Good catch.
>
>> This is simple, so I can fix it up locally.
> Fine
>
> If there is any other feedback I will respin the patch.
>
>         Sam
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


Applied to linux-kbuild/kconfig.  Thanks!


When I applied this, I added the following fix-up.



diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore
index 54266f3..0aabc1d 100644
--- a/scripts/kconfig/.gitignore
+++ b/scripts/kconfig/.gitignore
@@ -2,7 +2,6 @@
 # Generated files
 #
 *.moc
-*.mo

 #
 # configuration programs




.mo is no longer generated.

It was added by
commit c26dd719a5b9d94d12211f2d101bd7dffb7f9f1f



Please double-check if it is OK.



-- 
Best Regards
Masahiro Yamada

  reply	other threads:[~2018-05-24 14:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-22 19:49 [RFC PATCH 1/1] kconfig: drop localization support Sam Ravnborg
2018-05-22 19:49 ` Sam Ravnborg
2018-05-23  1:40 ` Masahiro Yamada
2018-05-23  2:23   ` Masahiro Yamada
2018-05-23  4:46     ` Sam Ravnborg
2018-05-24 14:21       ` Masahiro Yamada [this message]
2018-05-24 15:41         ` Sam Ravnborg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAK7LNARata6s_Dm_ykVNX2o15psE0LyuFvXQFESa7=n58s+nxg@mail.gmail.com' \
    --to=yamada.masahiro@socionext.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=michal.lkml@markovi.net \
    --cc=rdunlap@infradead.org \
    --cc=sam@ravnborg.org \
    --cc=ulfalizer@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.