#14692: Fix hardcoded 'make' in NTL's build scripts
-----------------------------------------------------+----------------------
       Reporter:  leif                               |         Owner:  leif     
     
           Type:  defect                             |        Status:  
needs_work    
       Priority:  minor                              |     Milestone:  
sage-5.10     
      Component:  packages: standard                 |    Resolution:           
     
       Keywords:  spkg ntl                           |   Work issues:           
     
Report Upstream:  N/A                                |     Reviewers:  Leif 
Leonhardy
        Authors:  Leif Leonhardy, Jean-Pierre Flori  |     Merged in:           
     
   Dependencies:  #2114                              |      Stopgaps:           
     
-----------------------------------------------------+----------------------

Comment (by leif):

 And if you like, do
 {{{
 #!diff
 --- a/patches/make.patch
 +++ b/patches/make.patch
 @@ -31,7 +31,7 @@

   setup4:
  -      sh Wizard $(WIZARD)
 -+      +sh Wizard $(WIZARD) # shell script invoking a Perl script
 invoking \$MAKE
 ++      +sh Wizard $(WIZARD) # shell script invoking a Perl script
 invoking $$MAKE


   ntl.a:        $(OBJ)
 @@ -44,7 +44,7 @@
         ./QuickTest
         sh RemoveProg QuickTest
  -      sh TestScript
 -+      +sh TestScript # shell script invoking \$MAKE
 ++      +sh TestScript # shell script invoking $$MAKE

   #################################################################
   #
 }}}
 which fixes a minor flaw I only noticed after I had already uploaded my
 original spkg...

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14692#comment:15>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to