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:
parent
de82a0353d
commit
f34362816d
1 changed files with 6 additions and 2 deletions
8
build.sh
8
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue