mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-19 12:57:16 +00:00
build.sh: clean-target: remove linux build dir
This commit is contained in:
parent
7e1148d982
commit
e13dbd3ebf
3
build.sh
3
build.sh
@ -105,6 +105,9 @@ elif [ "$target" == "clean-target" ]; then
|
||||
|
||||
echo "removing .stamp_images_installed files"
|
||||
find $outputdir/build -name .stamp_images_installed | xargs -r rm
|
||||
|
||||
echo "removing linux kernel build dir"
|
||||
make O=$outputdir linux-dirclean
|
||||
fi
|
||||
|
||||
if [ -f $outputdir/.config ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user