Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/docs
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@gmail.com>2009-02-02 20:19:46 +0300
committerRodrigo Kumpera <kumpera@gmail.com>2009-02-02 20:19:46 +0300
commit6969398a405a57ccba1b15759934a7de825117ed (patch)
treedcee9a3a2196f91447480f5ad3bb4d77561aaa51 /mcs/docs
parent5a1b57a51a33c92a0b5c32d9766c5df1957653ee (diff)
2009-01-31 Rodrigo Kumpera <rkumpera@novell.com>
* docs/Makefile: use -f with rm on the clean target so rm doesn't complain about missing files. svn path=/trunk/mcs/; revision=125380
Diffstat (limited to 'mcs/docs')
-rw-r--r--mcs/docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/docs/Makefile b/mcs/docs/Makefile
index 0af94c856ca..b4428879fbe 100644
--- a/mcs/docs/Makefile
+++ b/mcs/docs/Makefile
@@ -40,7 +40,7 @@ endif
all-local test-local run-test-local run-test-ondotnet-local doc-update:
clean-local:
- -rm $(CLEAN_FILES)
+ -rm -f $(CLEAN_FILES)
dist-local: dist-default