mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
debian/rules: Make maintainerclean delete everything gencontrol.py creates
We were missing a couple of files added in the last year or so.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -12,6 +12,7 @@ linux (5.3.1-1~exp1) UNRELEASED; urgency=medium
|
||||
* Set KCFLAGS make variable instead of CFLAGS_{KERNEL,MODULE}
|
||||
* linux-image-dbg: Delete ./ from source file names in debug info
|
||||
* debian/rules: Make maintainerclean delete (almost) everything clean does
|
||||
* debian/rules: Make maintainerclean delete everything gencontrol.py creates
|
||||
|
||||
[ Uwe Kleine-König ]
|
||||
* [arm64] enable I2C_QCOM_GENI for Lenovo C630
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -70,7 +70,7 @@ maintainerclean:
|
||||
rm -rf $(CLEAN_PATTERNS)
|
||||
# We cannot use dh_clean here because it requires debian/control to exist
|
||||
rm -rf debian/*.debhelper* debian/files
|
||||
rm -f debian/config.defines.dump debian/control debian/control.md5sum debian/linux-headers-* debian/linux-image-* debian/rules.gen
|
||||
rm -f debian/config.defines.dump debian/control debian/control.md5sum debian/linux-headers-* debian/linux-image-* debian/linux-perf-* debian/rules.gen debian/tests/control
|
||||
rm -rf $(filter-out debian .svk .svn .git, $(wildcard * .[^.]*))
|
||||
|
||||
clean: debian/control
|
||||
|
||||
Reference in New Issue
Block a user