#9083: 'make distclean' fails to remove some files or directories.
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.5
Component: build | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by jhpalmieri):
By the way, we shouldn't remove spkg/install, because this file is there
when you first unpack the Sage tar file, and it is used when you type
"make": when you run "make" from SAGE_ROOT, the following command gets
executed:
{{{
cd spkg && ./install all 2>&1 | tee -a ../install.log
}}}
Admittedly, I think the file spkg/install gets overwritten when the
sage_scripts spkg gets installed, but if the release manager has done
their job right, the new file should be identical to the old one.
Regardless, removing it will break "make" for Sage.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9083#comment:8>
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.