summaryrefslogtreecommitdiffstats
path: root/auto/clean
blob: 5a0c82a14523892303b29533344ee5cf0f4971aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

lb clean noauto "${@}"

rm -f config/binary config/bootstrap config/chroot config/common config/source
rm -f build.log prepare.log config/archives/liquorix.list.*
find config -empty -delete
find config -type l -delete