Changes between Version 21 and Version 22 of Ticket #3537
- Timestamp:
- 05/12/11 14:57:46 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3537
-
Property
Status
changed from
positive_review
toneeds_work
-
Property
Milestone
changed from
sage-4.6.2
tosage-4.7.1
-
Property
Component
changed from
build
toscripts
-
Property
Summary
changed from
[with patch] sage-env should set RM="rm -f"
toChange $RM in sage-env
-
Property
Status
changed from
-
Ticket #3537 – Description
v21 v22 9 9 ------- 10 10 11 There are t woapproaches presented here:11 There are three approaches presented here: 12 12 13 - change $RM from "rm" to "rm -f" (this is [attachment:trac_3537_scripts.patch]) 14 - keep $RM as it is, but document it (this is [attachment:trac_3537-doc.patch]) 13 - change $RM from "rm" to "rm -f": [attachment:trac_3537_scripts.patch] 14 - keep $RM as it is, but document it: [attachment:trac_3537-doc.patch] (needs_work) 15 - don't set $RM at all: [attachment:trac_3537-unset-RM.patch] 15 16 16 Only one should be applied, not both. 17 18 '''Apply''' [attachment:trac_3537-doc.patch] 17 Apply [attachment:trac_3537-unset-RM.patch]