Skip to content
Snippets Groups Projects
Unverified Commit 7a05c523 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

Add one -j1 run before going full V=s when forcing

parent 3444afb3
No related branches found
No related tags found
No related merge requests found
......@@ -346,6 +346,7 @@ build() {
make $MAKE_DEBUG IS_TTY=1 BUILD_LOG=1 $BUILD_ARGS $OWRT_DEBUG
else
make $MAKE_DEBUG IGNORE_ERRORS=m IS_TTY=1 BUILD_LOG=1 $BUILD_ARGS $OWRT_DEBUG || \
make $MAKE_DEBUG IGNORE_ERRORS=m IS_TTY=1 BUILD_LOG=1 $BUILD_ARGS $OWRT_DEBUG -j1 || \
make $MAKE_DEBUG IGNORE_ERRORS=m IS_TTY=1 BUILD_LOG=1 $BUILD_ARGS $OWRT_DEBUG -j1 V=s
fi
BUILD_END="$(date +%s)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment