File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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}" \
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}" \
You can’t perform that action at this time.
0 commit comments