You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2018/08/25 22:49:24 UTC

[Bug 7294] sa-compile uses wrong make command on Windows

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7294

Kevin A. McGrail <km...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|Undefined                   |3.4.2
                 CC|                            |kmcgrail@apache.org
           Severity|normal                      |blocker

--- Comment #2 from Kevin A. McGrail <km...@apache.org> ---
Slightly different patch needed for 3.4 but same concept.  Thanks Martin.

3.4: Committed revision 1839137.

For trunk, Bill, I think this was your revision where the lines in trunk are
this:


<     run("make $log");
<     run($sudo."make install $log");   # into $installdir

but in 3.4 (ignoring the $config{make} changes) are much more complicated.

>     run($Config{make}." PREFIX=$dirpath/ignored INSTALLSITEARCH=$installdir $log"); #change to $Config{make}. bug 7294
>     run($sudo.$Config{make}." install PREFIX=$dirpath/ignored INSTALLSITEARCH=$installdir $log");     # into $installdir

Should sa-compile.raw on trunk be unified with 3.4?  I think yes.

-- 
You are receiving this mail because:
You are the assignee for the bug.