Message ID | 1420040119-32669-2-git-send-email-mmarek@suse.cz (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Dec 31, 2014 at 4:35 PM, Michal Marek <mmarek@suse.cz> wrote: > clean-rule has not been used since 94869f86 (kbuild: Accept absolute > paths in clean-files and introduce clean-dirs) ten years ago. > > Signed-off-by: Michal Marek <mmarek@suse.cz> Tested-by: Sedat Dilek <sedat.dilek@gmail.com> - Sedat - > --- > scripts/Makefile.clean | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean > index 627f8cb..55c96cb 100644 > --- a/scripts/Makefile.clean > +++ b/scripts/Makefile.clean > @@ -71,9 +71,6 @@ endif > ifneq ($(strip $(__clean-dirs)),) > +$(call cmd,cleandir) > endif > -ifneq ($(strip $(clean-rule)),) > - +$(clean-rule) > -endif > @: > > > -- > 2.1.2 > -- 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
diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index 627f8cb..55c96cb 100644 --- a/scripts/Makefile.clean +++ b/scripts/Makefile.clean @@ -71,9 +71,6 @@ endif ifneq ($(strip $(__clean-dirs)),) +$(call cmd,cleandir) endif -ifneq ($(strip $(clean-rule)),) - +$(clean-rule) -endif @:
clean-rule has not been used since 94869f86 (kbuild: Accept absolute paths in clean-files and introduce clean-dirs) ten years ago. Signed-off-by: Michal Marek <mmarek@suse.cz> --- scripts/Makefile.clean | 3 --- 1 file changed, 3 deletions(-)