From 5b5fea22b187dd69daaecb65c103326f470ec872 Mon Sep 17 00:00:00 2001 From: mhidalgo-bdai <144129882+mhidalgo-bdai@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:35:48 -0300 Subject: [PATCH] Fix NUM_JOBS default (#38) Signed-off-by: Michel Hidalgo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b9c78f6d..69abf7e9 100644 --- a/Makefile +++ b/Makefile @@ -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