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 <masahiro.yamada@canonical.com>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Masahiro Yamada
2023-01-11 09:08:36 +09:00
committed by Paolo Pisati
parent 2712952f6f
commit 97f4653547
+1 -1
View File
@@ -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 \