#10156: Rename makefile to Makefile
------------------------------+---------------------------------------------
Reporter: jdemeyer | Owner: tbd
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-4.6.1
Component: distribution | Keywords: scripts makefile
Author: Jeroen Demeyer | Upstream: N/A
Reviewer: | Merged: sage-4.6.1.alpha0
Work_issues: |
------------------------------+---------------------------------------------
Comment(by jhpalmieri):
The Sage library patch looks fine.
For the scripts patch, I haven't tested it at all, but what happens if you
upgrade from a version of Sage with a file called "makefile"? Will things
break? I don't think it's ever a good idea to run "sage-sdist" or "sage-
bdist" from an upgraded version of Sage, but if someone does, what will
happen? Would it be a good idea to either use something like [Mm]akefile,
as leif suggested, or do something like the following:
{{{
#!sh
if [ -e makefile ]; then
cp -$OPT makefile "$TMP"/Makefile
fi
}}}
(This is for sage-bdist, and you would use something similar in sage-
sdist.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10156#comment:10>
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.