mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Do not install/uninstall the tool shell script wrapper
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12294 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a0937dc110
commit
a7f3fb6feb
1 changed files with 0 additions and 12 deletions
12
tool.make
12
tool.make
|
@ -150,21 +150,9 @@ install-tool::
|
|||
$(INSTALL_PROGRAM) -m 0755 \
|
||||
$(GNUSTEP_OBJ_DIR)/$(INTERNAL_tool_NAME)$(EXEEXT) \
|
||||
$(TOOL_INSTALLATION_DIR)
|
||||
ifeq ($(GNUSTEP_FLATTENED),)
|
||||
ifeq ($(FRAMEWORK_NAME),)
|
||||
$(INSTALL_DATA) $(GNUSTEP_MAKEFILES)/executable.template \
|
||||
$(GNUSTEP_INSTALLATION_DIR)/Tools/$(INTERNAL_tool_NAME); \
|
||||
chmod a+x $(GNUSTEP_INSTALLATION_DIR)/Tools/$(INTERNAL_tool_NAME);
|
||||
else
|
||||
cp $(GNUSTEP_MAKEFILES)/executable.template \
|
||||
$(FRAMEWORK_VERSION_DIR_NAME)/Resources/$(INTERNAL_tool_NAME); \
|
||||
chmod a+x $(FRAMEWORK_VERSION_DIR_NAME)/Resources/$(INTERNAL_tool_NAME);
|
||||
endif
|
||||
endif
|
||||
|
||||
internal-tool-uninstall::
|
||||
rm -f $(TOOL_INSTALLATION_DIR)/$(INTERNAL_tool_NAME)$(EXEEXT)
|
||||
rm -f $(GNUSTEP_INSTALLATION_DIR)/Tools/$(INTERNAL_tool_NAME)
|
||||
|
||||
#
|
||||
# Cleaning targets
|
||||
|
|
Loading…
Reference in a new issue