From 97f4653547566a7c496f3aa90b1cc794df03a3fc Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 11 Jan 2023 09:08:36 +0900 Subject: [PATCH] UBUNTU: SAUCE: (no-up) do not remove debian directory by 'make mrproper' If you use only remote build servers such as launchpad, cbd, etc. you may not care about this, but if you run 'make mrproper', the debian directory is entirely removed because it is a generated directory for the upstream kernel. I do not want to lose the debian directory by accident when I am debugging something on my local machine. Signed-off-by: Masahiro Yamada Signed-off-by: Andrea Righi --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e242f275a446..73790e121794 100644 --- a/Makefile +++ b/Makefile @@ -1489,7 +1489,7 @@ CLEAN_FILES += vmlinux.symvers modules-only.symvers \ # Directories & files removed with 'make mrproper' MRPROPER_FILES += include/config include/generated \ arch/$(SRCARCH)/include/generated .objdiff \ - debian snap tar-install \ + snap tar-install \ .config .config.old .version \ Module.symvers \ certs/signing_key.pem \