#14170: Stop touching "installed" files when nothing has been done
------------------------+---------------------------------------------------
Reporter: jdemeyer | Owner: GeorgSWeber
Type: defect | Status: new
Priority: major | Milestone: sage-5.8
Component: build | Keywords:
Work issues: | Report Upstream: N/A
Reviewers: | Authors:
Merged in: | Dependencies:
Stopgaps: |
------------------------+---------------------------------------------------
This (from `sage-spkg`) is not how `make` is supposed to be used:
{{{
if [ $INFO -eq 0 -a $FORCE -eq 0 -a -f "$INSTALLED/$PKG_NAME" ]; then
echo "Package $PKG_NAME is already installed."
echo "Use 'sage -f $PKG_SRC' to force a reinstallation."
# Touch installed file such that "make" considers it up-to-date.
touch "$INSTALLED/$PKG_NAME"
exit 0
fi
}}}
When nothing has to be done, you're supposed to do nothing. Touching files
may trigger other rebuilds,...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14170>
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.