1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fixed annoying bug during build using make

This commit is contained in:
German Semenov 2023-10-30 06:53:23 -05:00
parent de82a0353d
commit f34362816d

View file

@ -843,5 +843,9 @@ fi
echo "Building $OMR_DIST for the target $OMR_TARGET with kernel ${OMR_KERNEL}"
make defconfig
make IGNORE_ERRORS=m "$@"
echo "Done"
if make IGNORE_ERRORS=m "$@"
then
echo "Done"
else
cd $OMR_TARGET/$OMR_KERNEL/source && make
fi