summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorHeikki Junes <heikki.junes@hut.fi>2004-03-23 15:00:53 +0000
committerHeikki Junes <heikki.junes@hut.fi>2004-03-23 15:00:53 +0000
commit0e24ff0755807a4d6cfcb7aed63c7b04b7166e3a (patch)
treed367093b7971ef6915b7d2dac1d6edb92d69d173 /vim
parent4cd5fde58781f8ea5e2e071674cbe0499eb1232e (diff)
ignore errors due to rmdir of non-empty directories.
Diffstat (limited to 'vim')
-rw-r--r--vim/GNUmakefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/vim/GNUmakefile b/vim/GNUmakefile
index a52855eae9..9d3dc74a6d 100644
--- a/vim/GNUmakefile
+++ b/vim/GNUmakefile
@@ -36,19 +36,19 @@ local-install:
local-uninstall:
rm $(vimdir)/compiler/lilypond.vim
- rmdir -p $(vimdir)/compiler
+ -rmdir -p $(vimdir)/compiler
rm $(vimdir)/ftdetect/lilypond.vim
- rmdir -p $(vimdir)/ftdetect
+ -rmdir -p $(vimdir)/ftdetect
rm $(vimdir)/ftplugin/lilypond.vim
- rmdir -p $(vimdir)/ftplugin
+ -rmdir -p $(vimdir)/ftplugin
rm $(vimdir)/indent/lilypond.vim
- rmdir -p $(vimdir)/indent
+ -rmdir -p $(vimdir)/indent
rm $(vimdir)/syntax/lilypond.vim
- rmdir -p $(vimdir)/syntax
+ -rmdir -p $(vimdir)/syntax
$(LILYPOND_WORDS):
cd $(topdir) && $(PYTHON) buildscripts/lilypond-words.py --words --vim --dir=$(builddir)/vim/$(outconfbase)