#10339: Simplify spkg/pipestatus
------------------------------+---------------------------------------------
Reporter: jdemeyer | Owner: GeorgSWeber
Type: defect | Status: needs_work
Priority: major | Milestone: sage-4.6.1
Component: build | Keywords: pipestatus Makefile
Author: Jeroen Demeyer | Upstream: N/A
Reviewer: Leif Leonhardy | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Comment(by leif):
Replying to [comment:34 leif]:
> Note that we would '''not''' log the output of command `A` in a `make`
rule like
{{{
#!make
target: prereq
A && pipestatus "B" "tee -a logfile"
}}}
In fact also not with my version of `pipestatus`, where one would instead
use
{{{
#!make
target: prereq
pipestatus "(A && B)" "tee -a logfile"
}}}
(If `A` is e.g. `cd spkg` there, we would also - as we currently do - use
`tee -a ../logfile` there, because `A && B` is '''explicitly''' executed
in a subshell.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10339#comment:35>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.