#18710: Move some make targets to build/Makefile
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.8
      Component:  build              |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/move_some_make_targets_to_build_makefile|  
755021600db6bb06415735cf10043b4351a2a86f
   Dependencies:  #18533, #18715,    |     Stopgaps:
  #18716                             |
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 Replying to [comment:26 ncohen]:
 > this logging is done in a rule created by this branch.
 Currently in Sage:
 {{{
 build: logs configure
     +cd build && \
     "../$(PIPE)" \
         "./install all 2>&1" \
         "tee -a ../logs/install.log"
     +./sage -b
 }}}

 With this ticket:
 {{{
 %::
     $(MAKE) configure logs
     cd build && ./pipestatus \
         "./install '$@' 2>&1" \
         "tee -a ../logs/install.log"
 }}}

 There is no difference at all in how `install.log` is treated.

--
Ticket URL: <http://trac.sagemath.org/ticket/18710#comment:27>
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to