summaryrefslogtreecommitdiff
path: root/mcon/U/d_castneg.U
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2016-12-09 15:22:06 +0100
committerRaphael Manfredi <Raphael_Manfredi@pobox.com>2016-12-09 15:22:06 +0100
commit774944e8132ad42466f4c93f29294eeed090a138 (patch)
tree2aff1ab65ad270ac02356ed105c227ab0cf58f9b /mcon/U/d_castneg.U
parent9f910d66c936dfdff953e212376f1943af479509 (diff)
First flurry of using $rm_try to clean op (#8)
Diffstat (limited to 'mcon/U/d_castneg.U')
-rw-r--r--mcon/U/d_castneg.U4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcon/U/d_castneg.U b/mcon/U/d_castneg.U
index be8ae0e..517ac1c 100644
--- a/mcon/U/d_castneg.U
+++ b/mcon/U/d_castneg.U
@@ -23,7 +23,7 @@
?X:
?X: Can the compiler cast negative / odd floats to unsigned values.
?X:
-?MAKE:d_castneg castflags: cat +cc +ccflags rm Setvar signal_t
+?MAKE:d_castneg castflags: cat +cc +ccflags rm_try Setvar signal_t
?MAKE: -pick add $@ %<
?S:d_castneg:
?S: This variable conditionally defines CASTNEG, which indicates
@@ -139,5 +139,5 @@ case "$castflags" in
esac
set d_castneg
eval $setvar
-$rm -f try.*
+$rm_try