[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+55aFxrc1CiyjQfWoZHD6UgwOTgj=NVBXPPsY2eygfPMzgsPg@mail.gmail.com>
Date: Thu, 8 Jan 2015 14:42:38 -0800
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Michal Marek <mmarek@...e.cz>
Cc: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [GIT PULL] make mrproper fix for v3.19-rc4
On Thu, Jan 8, 2015 at 2:49 AM, Michal Marek <mmarek@...e.cz> 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 fingers to just do
git clean -dqfx
instead, but since I tested "make distclean" after pulling from you, I
thought I'd just mention it.
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' - so anything that isn't in the actual distributed sources
shows up)
But I really am not sure how much effort we should spend on "make
distclean", given than "git clean" is so much easier and requires no
effort at all.
Linus
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists