f3ae9ca43f
new file: debian/rules.cross new file: scripts/clean.sh new file: scripts/cross_build.sh
10 lines
237 B
Bash
Executable file
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
|