#9 Remove redundant macros
Merged 3 years ago by odubaj. Opened 3 years ago by mschorm.
Unknown source master  into  master

file modified
+3 -3
@@ -162,17 +162,17 @@

  sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool

  sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool

  

- %make_build %{?_smp_mflags}

+ %make_build

  

  # Build sqlite3_analyzer

  # depends on tcl

  %if %{with tcl}

- %make_build %{?_smp_mflags} sqlite3_analyzer

+ %make_build sqlite3_analyzer

  %endif

  

  # Build sqldiff

  %if %{with tcl}

- %make_build %{?_smp_mflags} sqldiff

+ %make_build sqldiff

  %endif

  

  %install

%{?_smp_mflags} macro is a part of %make_build macro

LGTM, merging, thanks.

Pull-Request has been merged by odubaj

3 years ago