Skip to content

Commit

Permalink
[sb2] Don't run make twice
Browse files Browse the repository at this point in the history
Once in autogen.sh and once in %make

Signed-off-by: Björn Bidar <[email protected]>
  • Loading branch information
Thaodan committed Apr 26, 2024
1 parent 0e83e30 commit 890a0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
#automake_version=1.9

rm -rf configure autom4te.cache
autoreconf --verbose --force --install --make

autoreconf --verbose --force --install
3 changes: 1 addition & 2 deletions rpm/scratchbox2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ Scratchbox2 man pages.
./autogen.sh
%configure
touch .configure
# Can't use %{?_smp_mflags} here: race condition in build system
%{__make} %{_make_output_sync} %{_make_verbose}
%make_build

%install
%__make install prefix=%{buildroot}/usr
Expand Down

0 comments on commit 890a0e2

Please sign in to comment.