#7873: Fix 'gap' to remove usage of '$RM' and replace wth 'rm'
------------------------+---------------------------------------------------
   Reporter:  drkirkby  |       Owner:  GeorgSWeber
       Type:  defect    |      Status:  new        
   Priority:  major     |   Milestone:  sage-4.3.1 
  Component:  build     |    Keywords:             
Work_issues:            |      Author:             
   Upstream:  N/A       |    Reviewer:             
     Merged:            |  
------------------------+---------------------------------------------------
 As agreed here:

 http://groups.google.com/group/sage-
 devel/browse_thread/thread/bd7ae07a1157bead/970aa0dc8fa56ab7?lnk=raot

 there is no need to have variables for very basic commands such as 'rm'.
 Gap relies on the use of $RM, $LN and $MKDIR, which seems a bit pointless.
 All are standard Unix commands, defined by POSIX. We should not make make
 use of any special options some versions might use.

 I'm no fan of GNU, but even their coding standards acknowledge one can
 assume some commands exist, and include all of these.

 http://www.gnu.org/prep/standards/standards.html#Utilities-in-Makefiles

 Hence I would replace the use of $LN, $RM and $MKDIR on the spkg-install
 and anywhere else it may be found in gap.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7873>
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.


Reply via email to