mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 19:56:35 +00:00
build.sh: clean-target now also removes .config
This commit is contained in:
parent
50688d8b93
commit
39e565c228
5
build.sh
5
build.sh
@ -102,6 +102,11 @@ elif [ "$target" == "clean-target" ]; then
|
|||||||
find $outputdir/build -name .stamp_host_installed | xargs -r rm
|
find $outputdir/build -name .stamp_host_installed | xargs -r rm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -f $outputdir/.config ]; then
|
||||||
|
echo "removing .config file"
|
||||||
|
rm -f $outputdir/.config
|
||||||
|
fi
|
||||||
|
|
||||||
echo "target is clean"
|
echo "target is clean"
|
||||||
|
|
||||||
elif [ -n "$target" ]; then
|
elif [ -n "$target" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user