mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
build.sh: clean-target: remove .stamp_images_installed files
This commit is contained in:
parent
abab8ab080
commit
65cc6e1003
5
build.sh
5
build.sh
@ -102,6 +102,9 @@ elif [ "$target" == "clean-target" ]; then
|
|||||||
|
|
||||||
echo "removing .stamp_host_installed files"
|
echo "removing .stamp_host_installed files"
|
||||||
find $outputdir/build -name .stamp_host_installed | xargs -r rm
|
find $outputdir/build -name .stamp_host_installed | xargs -r rm
|
||||||
|
|
||||||
|
echo "removing .stamp_images_installed files"
|
||||||
|
find $outputdir/build -name .stamp_images_installed | xargs -r rm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f $outputdir/.config ]; then
|
if [ -f $outputdir/.config ]; then
|
||||||
@ -118,7 +121,7 @@ elif [ -n "$target" ]; then
|
|||||||
make O=$outputdir $target
|
make O=$outputdir $target
|
||||||
|
|
||||||
else # if [ -z "$target ]
|
else # if [ -z "$target ]
|
||||||
$0 $b all
|
$0 $board all
|
||||||
echo "build successful"
|
echo "build successful"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user