From f3b2e2942f67d28c55e00dad7fd51a3bd2e8d8f9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 3 Nov 2020 14:31:00 +0100 Subject: [PATCH] Use %{__make} --- samba.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samba.spec b/samba.spec index 4f29aef..e4914df 100644 --- a/samba.spec +++ b/samba.spec @@ -1123,7 +1123,7 @@ rm -f %{buildroot}%{_mandir}/man8/vfs_nfs4acl_xattr.8* %endif pushd pidl -make DESTDIR=%{buildroot} install_vendor +%{__make} DESTDIR=%{buildroot} install_vendor rm -f %{buildroot}%{perl_archlib}/perllocal.pod rm -f %{buildroot}%{perl_archlib}/vendor_perl/auto/Parse/Pidl/.packlist @@ -1153,7 +1153,7 @@ export TDB_NO_FSYNC=1 export NMBD_DONT_LOG_STDOUT=1 export SMBD_DONT_LOG_STDOUT=1 export WINBINDD_DONT_LOG_STDOUT=1 -make %{?_smp_mflags} test FAIL_IMMEDIATELY=1 +%{__make} %{?_smp_mflags} test FAIL_IMMEDIATELY=1 #endif with testsuite %endif