Skip to content

Commit 54caa91

Browse files
authored
Merge pull request #178 from bmwiedemann/jobs
Drop usage of %jobs (boo#1237231)
2 parents f9ea0cb + fefe0b1 commit 54caa91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/rpm/macros.yast

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ fi \
8181
%if %{with yast_run_ci_tests} \
8282
if [ -f "configure.in.in" -o -f "configure.ac.in" ]; then \
8383
# TODO: fix the check:ci task to also work with autotools based modules \
84-
%{__make} check %{?jobs:-j%jobs}%{?!jobs:%{?_smp_mflags:%_smp_mflags}} \\\
84+
%{__make} check %{?_smp_mflags:%_smp_mflags} \\\
8585
VERBOSE=1 \\\
8686
Y2DIR="%{buildroot}/%{yast_dir}" \\\
8787
DESTDIR="%{buildroot}" \
@@ -90,7 +90,7 @@ fi \
9090
%else \
9191
if [ ! -f "%{yast_ydatadir}/devtools/NO_MAKE_CHECK" ]; then \
9292
if [ -f "configure.in.in" -o -f "configure.ac.in" ]; then \
93-
%{__make} check %{?jobs:-j%jobs}%{?!jobs:%{?_smp_mflags:%_smp_mflags}} \\\
93+
%{__make} check %{?_smp_mflags:%_smp_mflags} \\\
9494
VERBOSE=1 \\\
9595
Y2DIR="%{buildroot}/%{yast_dir}" \\\
9696
DESTDIR="%{buildroot}" \

0 commit comments

Comments
 (0)