mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
* Instance/framework.make: Remove symlink.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18080 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
25ff41502a
commit
ab838e429a
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-11-13 David Ayers <d.ayers@inode.at>
|
||||
|
||||
* Instance/framework.make: Remove symlink.
|
||||
|
||||
Sat Nov 8 22:41:03 2003 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* target.make: Use $(ALL_LDFLAGS) when linking shared stuff.
|
||||
|
|
|
@ -553,7 +553,8 @@ $(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) :
|
|||
$(GNUSTEP_HEADERS) :
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
# FIXME - uninstall doesn't work - it should be removing all the symlinks!
|
||||
# NB: We use 'rm -f' to remove the symlink to insure
|
||||
# that we do not remove customized real directories.
|
||||
internal-framework-uninstall_::
|
||||
$(ECHO_UNINSTALLING)if [ "$(HEADER_FILES)" != "" ]; then \
|
||||
for file in $(HEADER_FILES) __done; do \
|
||||
|
@ -562,6 +563,9 @@ internal-framework-uninstall_::
|
|||
fi; \
|
||||
done; \
|
||||
fi; \
|
||||
if [ -n "$(HEADER_FILES)" ]; then \
|
||||
rm -f $(GNUSTEP_HEADERS)/$(HEADER_FILES_INSTALL_DIR) ; \
|
||||
fi; \
|
||||
rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)$(END_ECHO)
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue