mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30:38 +00:00
* PrinterTypes/GNUmakefile.postamble: Add -f option to rm in
uninstall of resource files. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16962 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e617e90164
commit
f035070907
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-06-21 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* PrinterTypes/GNUmakefile.postamble: Add -f option to rm in
|
||||
uninstall of resource files.
|
||||
|
||||
2003-06-17 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* GNUmakefile (SUBPROJECTS): Add Documentation
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#
|
||||
# -*-makefile-*-
|
||||
# GNUmakefile.postamble
|
||||
#
|
||||
# Copyright (C) 1997 Free Software Foundation, Inc.
|
||||
|
@ -68,7 +68,7 @@ after-uninstall::
|
|||
rm -rf $(PPD_INSTALL_DIR)/$$file ; \
|
||||
done
|
||||
for file in $(RESOURCE_FILES); do \
|
||||
rm $(RES_INSTALL_DIR)/$$file ; \
|
||||
rm -f $(RES_INSTALL_DIR)/$$file ; \
|
||||
done
|
||||
|
||||
# Things to do before cleaning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue