]> git.donarmstrong.com Git - lilypond.git/commitdiff
ignore errors due to rmdir of non-empty directories.
authorHeikki Junes <heikki.junes@hut.fi>
Tue, 23 Mar 2004 15:00:53 +0000 (15:00 +0000)
committerHeikki Junes <heikki.junes@hut.fi>
Tue, 23 Mar 2004 15:00:53 +0000 (15:00 +0000)
ChangeLog
vim/GNUmakefile

index b657eb3dafa9585028a6ee87cfbd07be87413c1d..a07f772b47ccd4b920cc54de245cc8cf39f94af8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,6 +58,8 @@
        * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
        vimrc in EXTRA_DIST_FILES.
 
+       * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
+
 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
 
         * config.make.in: add vimdir.
index a52855eae95d543b502626546bb3382d0bdba750..9d3dc74a6de820e35e3be8421d7a11bb46efa0cb 100644 (file)
@@ -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)