Skip to content

Commit

Permalink
compile_addons_git.sh: run 2 make jobs in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Oct 7, 2024
1 parent cbdf786 commit a5f11d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/cronjobs_osgeo_lxd/compile_addons_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ for c in "db" "display" "general" "gui/wxpython" "imagery" "misc" "raster" "rast
fi
fi
echo "<tr><td><tt>$c/$m</tt></td>" >> "$ADDON_PATH/logs/${INDEX_FILE}.html"
make MODULE_TOPDIR="$TOPDIR" clean > /dev/null 2>&1
make MODULE_TOPDIR="$TOPDIR" \
make -j2 MODULE_TOPDIR="$TOPDIR" clean > /dev/null 2>&1
make -j2 MODULE_TOPDIR="$TOPDIR" \
BIN="$path/bin" \
HTMLDIR="$path/docs/html" \
MANBASEDIR="$path/docs/man" \
Expand Down

0 comments on commit a5f11d5

Please sign in to comment.