[PATCH] certs: Clean up signing_key.pem and x509.genkey on make mrproper

2021-03-12 Thread David Howells
f them seem to have any CONFIG_xxx symbols set. How about the attached patch? David --- commit 95897dc8dc13ad13c637a477a1ead9b63ff1fafa Author: David Howells Date: Fri Mar 12 10:48:25 2021 + certs: Clean up signing_key.pem and x509.genkey on make mrproper Autogenerated sig

[PATCH] kconfig: clean qconf.moc by 'make mrproper'

2020-07-29 Thread Masahiro Yamada
'make mrproper' does not clean scripts/kconfig/qconf.moc Clean it up. Signed-off-by: Masahiro Yamada --- scripts/kconfig/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 426881ea954f..7faab8eeb198 100644 ---

[PATCH 3/6] kbuild: clarify where to run make mrproper when out-of-tree fails

2019-08-21 Thread Masahiro Yamada
If you try out-of-tree build with an unclean source tree, Kbuild suggests to run make mrproper. The path to the source tree may be shown with a relative path, for example, "make O=foo" emits the following: .. is not clean, please run 'make mrproper' in the '..'

[PATCH 2/6] kbuild: Inform user to pass ARCH= for make mrproper only when necessary

2019-08-21 Thread Masahiro Yamada
Since commit 3a475b2166fd ("kbuild: Inform user to pass ARCH= for make mrproper"), if you try out-of-tree build with an unclean source tree, it suggests to run 'make ARCH= mrproper'. This looks odd when you are not cross-compiling the kernel. Show the 'ARCH=' part

Re: [PATCH] kbuild: Inform user to pass ARCH= for make mrproper

2019-07-10 Thread Masahiro Yamada
On Wed, Jul 10, 2019 at 1:30 AM Christoph Hellwig wrote: > > Is there any chance we could save ARCH in .config? That would make > cross compile builds so much easier.. Same for CROSS_COMPILE. Then, I have no idea how "make clean", "make help", etc. should work. If a user has configured the ke

Re: [PATCH] kbuild: Inform user to pass ARCH= for make mrproper

2019-07-09 Thread Christoph Hellwig
Is there any chance we could save ARCH in .config? That would make cross compile builds so much easier.. Same for CROSS_COMPILE.

Re: [PATCH] kbuild: Inform user to pass ARCH= for make mrproper

2019-07-09 Thread Masahiro Yamada
On Tue, Jul 9, 2019 at 10:26 PM Geert Uytterhoeven wrote: > > When cross-compiling an out-of-tree build with an unclean source tree > directory, the build fails with: > > /path/to/kernel/source/tree is not clean, please run 'make mrproper' > in the '/path

[PATCH] kbuild: Inform user to pass ARCH= for make mrproper

2019-07-09 Thread Geert Uytterhoeven
When cross-compiling an out-of-tree build with an unclean source tree directory, the build fails with: /path/to/kernel/source/tree is not clean, please run 'make mrproper' in the '/path/to/kernel/source/tree' directory. However, doing so does not fix the problem, as

[PATCH 4.14 03/22] kbuild: rpm-pkg: keep spec file until make mrproper

2018-02-09 Thread Greg Kroah-Hartman
package. We do not have to immediately delete the spec file in case somebody may want to take a look at it. Instead, make them ignored by git, and cleaned up by make mrproper. Signed-off-by: Masahiro Yamada Signed-off-by: Greg Kroah-Hartman --- .gitignore |5 + scripts

[PATCH 8/9] kbuild: rpm-pkg: keep spec file until make mrproper

2017-09-29 Thread Masahiro Yamada
If build fails during (bin)rpm-pkg, the spec file is not cleaned by anyone until the next successful build of the package. We do not have to immediately delete the spec file in case somebody may want to take a look at it. Instead, make them ignored by git, and cleaned up by make mrproper

[PATCH 0/2] make mrproper cleanup more file

2017-04-14 Thread Stephen Hemminger
The point of mrproper is to cleanup all the machine specific files from the build. Stephen Hemminger (2): kbuild: cleanup signing keys with mrproper kbuild: remove initramfs cpio with mrproper Makefile | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) -- 2.11.0

Re: [GIT PULL] make mrproper fix for v3.19-rc4

2015-01-09 Thread Michal Marek
On 2015-01-08 23:42, Linus Torvalds wrote: > Just do > > make allmodconfig > .. build the tree .. > make distclean > git ls-files -o > > to see any files that are left-over despite the distclean ("git > ls-files -o" basically shows all untracked files - 'o' stands for > 'others' -

Re: [GIT PULL] make mrproper fix for v3.19-rc4

2015-01-08 Thread Linus Torvalds
On Thu, Jan 8, 2015 at 2:49 AM, Michal Marek wrote: > > make mrproper / distclean stopped removing the generated debian/ > directory in v3.16. So "make distclean" still doesn't actually clean everything. I don't personally much care, since I've taught my finge

Re: [GIT PULL] make mrproper fix for v3.19-rc4

2015-01-08 Thread Michal Marek
On 2015-01-08 11:49, Michal Marek wrote: > Hi Linus, > > make mrproper / distclean stopped removing the generated debian/ > directory in v3.16. Please pull the fix. > > Thanks, > Michal > > The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

[GIT PULL] make mrproper fix for v3.19-rc4

2015-01-08 Thread Michal Marek
Hi Linus, make mrproper / distclean stopped removing the generated debian/ directory in v3.16. Please pull the fix. Thanks, Michal The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672: Linux 3.19-rc1 (2014-12-20 17:08:50 -0800) are available in the git repository at

Re: [PATCH 2/2] ktest: run make mrproper not only for OUTPUT_DIR but also for BUILD_DIR to avoid build failure

2014-03-02 Thread Steven Rostedt
Build failure hapens with the following log if BUILD_DIR is dirty. > > > > If you want to do make mrproper in the BUILD_DIR, add the command to > > PRE_BUILD or something. I have TAGS in my BUILD_DIRs and this will > > remove them for me. I can't accept this change. &

Re: [PATCH 2/2] ktest: run make mrproper not only for OUTPUT_DIR but also for BUILD_DIR to avoid build failure

2014-03-02 Thread Satoru Takeuchi
At Sun, 2 Mar 2014 08:29:16 -0500, Steven Rostedt wrote: > > On Sun, 02 Mar 2014 21:23:36 +0900 > Satoru Takeuchi wrote: > > > From: Satoru Takeuchi > > > > Build failure hapens with the following log if BUILD_DIR is dirty. > > If you want to do mak

Re: [PATCH 2/2] ktest: run make mrproper not only for OUTPUT_DIR but also for BUILD_DIR to avoid build failure

2014-03-02 Thread Steven Rostedt
On Sun, 02 Mar 2014 21:23:36 +0900 Satoru Takeuchi wrote: > From: Satoru Takeuchi > > Build failure hapens with the following log if BUILD_DIR is dirty. If you want to do make mrproper in the BUILD_DIR, add the command to PRE_BUILD or something. I have TAGS in my BUILD_DIRs and

[PATCH 2/2] ktest: run make mrproper not only for OUTPUT_DIR but also for BUILD_DIR to avoid build failure

2014-03-02 Thread Satoru Takeuchi
/test-linux-stable/linux-stable as source for kernel /home/sat/src/test-linux-stable/linux-stable is not clean, please run 'make mrproper' in the '/home/sat/src/test-linux-stable/linux-stable' directory. make[1]: *** [prepare3] Error 1 make[1]: *** Waiting for unfinished jobs...

Re: [PATCH] x86: clean arch/[i386|x86_64] in make mrproper

2008-01-18 Thread Michael Opdenacker
On 01/17/2008 02:37 PM, Michael Opdenacker wrote: > > Proposed fix: add arch/i386 and arch/x86_84 to the list of > directories cleaned by "make mrproper" > > Cleaner solution: stop creating these symbolic links, but this > could cause issues with scripts still expecting

[PATCH] x86: clean arch/[i386|x86_64] in make mrproper

2008-01-17 Thread Michael Opdenacker
nly purpose. Issue: these generated directories and symbolic links are *not cleaned up* when you run "make mrproper" (and thus "make distclean"). This disturbs the production of patches, because the source tree is left with generated files and directories. Proposed fix: add arch/

[Patch](Resend) Makefile: Let 'make mrproper' clean ncscope.out

2007-11-08 Thread WANG Cong
Remove ncscope.out when `make mrproper'. Signed-off-by: WANG Cong <[EMAIL PROTECTED]> Cc: Sam Ravnborg <[EMAIL PROTECTED]> --- Index: linux-2.6/Makefile === --- linux-2.6.orig/Makefile +++ linux-2.6/Makefile @

Re: [git Patch] Makefile: Remove ncscope.out when make mrproper

2007-11-05 Thread WANG Cong
On Mon, Nov 05, 2007 at 08:41:37AM +0100, Sam Ravnborg wrote: > >Hi WANG. > >ncscope.out is just a temporary file but I see why you like to have it covered. Thanks. ;) >How about modifying the rule to look like this: >> - Module.symvers tags TAGS cscope* >> + Module.s

Re: [git Patch] Makefile: Remove ncscope.out when make mrproper

2007-11-04 Thread Sam Ravnborg
On Mon, Nov 05, 2007 at 03:32:33PM +0800, WANG Cong wrote: > > Hi, Sam! > > This patch adds the ncscope.out file into cleaning targets of 'make mrproper'. > > Signed-off-by: WANG Cong <[EMAIL PROTECTED]> > Cc: Sam Ravnborg <[EMAIL PROTECTED]> > &g

[git Patch] Makefile: Remove ncscope.out when make mrproper

2007-11-04 Thread WANG Cong
Hi, Sam! This patch adds the ncscope.out file into cleaning targets of 'make mrproper'. Signed-off-by: WANG Cong <[EMAIL PROTECTED]> Cc: Sam Ravnborg <[EMAIL PROTECTED]> --- Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Ind

Re: mconf not removed by make mrproper

2007-04-11 Thread Nigel Cunningham
Hi. On Sun, 2007-04-01 at 23:17 +0200, Sam Ravnborg wrote: > On Thu, Feb 01, 2007 at 02:05:49PM +1100, Nigel Cunningham wrote: > > Hi. > > > > The scripts/kconfig/mconf target isn't removed by the make mrproper > > target. I can see a couple of possibilit

Re: mconf not removed by make mrproper

2007-04-01 Thread Sam Ravnborg
On Thu, Feb 01, 2007 at 02:05:49PM +1100, Nigel Cunningham wrote: > Hi. > > The scripts/kconfig/mconf target isn't removed by the make mrproper > target. I can see a couple of possibilities, but wasn't sure which you'd > prefer, so thought I'd just raise the is

Re: make mrproper

2001-01-25 Thread Thunder from the hill
Ville Herva wrote: > > On Thu, Jan 25, 2001 at 09:00:26AM -0500, you [James Lewis Nance] claimed: > > > > ( mrproper == Mr. Proper ) > > > > I saw a post from Linus once about this. It is Finnish for "Mr. Clean". > > Just to be sure: 'proper' does not mean anything in Finnish (nor Swedish > for

Re: make mrproper

2001-01-25 Thread Thunder from the hill
> My guess is that it is a joke. 'Meister Proper' is the German > Mister Clean (the big, bald guy on the same-name cleaning > agent bottle). I'm not sure of the spelling, though. It's been > a while since I've seen the commercials. You've spelled it correct. > I dunno if it's Finnish, tho

Re: [OFFTOPIC] Re: make mrproper

2001-01-25 Thread Petr Baudis
> On Thu, Jan 25, 2001 at 09:00:26AM -0500, you [James Lewis Nance] claimed: > > > > ( mrproper == Mr. Proper ) > > > > I saw a post from Linus once about this. It is Finnish for "Mr. Clean". > > Just to be sure: 'proper' does not mean anything in Finnish (nor Swedish > for that matter AFAIK) i

[OFFTOPIC] Re: make mrproper

2001-01-25 Thread Ville Herva
On Thu, Jan 25, 2001 at 09:00:26AM -0500, you [James Lewis Nance] claimed: > > ( mrproper == Mr. Proper ) > > I saw a post from Linus once about this. It is Finnish for "Mr. Clean". Just to be sure: 'proper' does not mean anything in Finnish (nor Swedish for that matter AFAIK) it just the Europ

Re: make mrproper

2001-01-25 Thread David Relson
Levon on Wednesday, 24 January, 2001: > > > > >Idle curiosity, but what does the "mr" in make mrproper > > > > >stand for ? > >It does refer to Procter&Gamble household cleaning product >titled "Mr Proper", which apparently more r

Re: make mrproper

2001-01-25 Thread Matti Aarnio
decide on what to call the products where...) A semi-joke which may or may not make sense to people depending on if they have seen the adverts that at least Finns have seen.. (I guess it was american advertisement dubbed into finnish.) "'make clean' is simple soap wash,

Re: make mrproper

2001-01-25 Thread James Lewis Nance
On Wed, Jan 24, 2001 at 05:33:02PM +, [EMAIL PROTECTED] wrote: > Long ago, about January 24, Joseph wrote: > > >From John Levon on Wednesday, 24 January, 2001: > > >Idle curiosity, but what does the "mr" in make mrproper > > >stand for ? > >

Re: make mrproper

2001-01-24 Thread leo . howell
Long ago, about January 24, Joseph wrote: > >From John Levon on Wednesday, 24 January, 2001: > >Idle curiosity, but what does the "mr" in make mrproper > >stand for ? > > My guess is that it is a joke. 'Meister Proper' is the German > Mister Cle

Re: make mrproper

2001-01-24 Thread Joseph Pingenot
>From John Levon on Wednesday, 24 January, 2001: >Idle curiosity, but what does the "mr" in make mrproper >stand for ? My guess is that it is a joke. 'Meister Proper' is the German Mister Clean (the big, bald guy on the same-name cleaning agent bottle).

make mrproper

2001-01-24 Thread John Levon
Idle curiosity, but what does the "mr" in make mrproper stand for ? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/