pve-kernel-thunderx/scripts/clean.sh
jiangcuo f3ae9ca43f update to linux 5.15.123
new file:   debian/rules.cross
new file:   scripts/clean.sh
new file:   scripts/cross_build.sh
2023-08-02 11:52:47 +08:00

10 lines
237 B
Bash
Executable file

#!/bin/bash
rm debian/pve-headers-* -rf
rm debian/pve-kernel-* -rf
rm .*_mark -rf
rm debian/autoreconf* -rf
rm debian/linux-tool* -rf
rm debian/.debhelper/ -rf
rm debian/SOURCE -rf
rm debian/debhelper-build-stamp -rf
rm debian/files -rf