提交 c9f9cf25 编写于 作者: B Bastian Germann 提交者: Masahiro Yamada

builddeb: clean generated package content

For each binary Debian package, a directory with the package name is
created in the debian directory. Correct the generated file matches in the
package's clean target, which were renamed without adjusting the target.

Fixes: 1694e94e ("builddeb: match temporary directory name to the package name")
Signed-off-by: NBastian Germann <bage@linutronix.de>
Signed-off-by: NMasahiro Yamada <masahiroy@kernel.org>
上级 a5e40d86
...@@ -236,7 +236,7 @@ binary-arch: build-arch ...@@ -236,7 +236,7 @@ binary-arch: build-arch
KBUILD_BUILD_VERSION=${revision} -f \$(srctree)/Makefile intdeb-pkg KBUILD_BUILD_VERSION=${revision} -f \$(srctree)/Makefile intdeb-pkg
clean: clean:
rm -rf debian/*tmp debian/files rm -rf debian/files debian/linux-*
\$(MAKE) clean \$(MAKE) clean
binary: binary-arch binary: binary-arch
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册