Skip to content

Commit

Permalink
Fix NUM_JOBS default (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <mhidalgo@theaiinstitute.com>
  • Loading branch information
mhidalgo-bdai committed Mar 5, 2024
1 parent 0c6418e commit 5b5fea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ DISTRO:=humble
ARCH ?= unknown
VERSION ?= unknown

NUM_JOBS ?= $(or $(subst -j,,$(filter -j%,$(subst -j ,-j$(shell nproc),$(MAKEFLAGS)))),1)
NUM_JOBS ?= $(or $(subst -j,,$(filter -j%,$(subst -j ,-j$(shell nproc),$(MAKEFLAGS) ))),1)

DEFAULT_ROSDEP_PATH:=/etc/ros/rosdep

Expand Down

0 comments on commit 5b5fea2

Please sign in to comment.