mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-29 16:31:13 +00:00
Use the new variable INSTALL_COMPLETE_DIR to install a complete dir
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@8576 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e380835485
commit
ee744cd658
3 changed files with 4 additions and 4 deletions
|
@ -189,7 +189,7 @@ app-localized-resource-files:: $(APP_DIR_NAME)/Resources/Info-gnustep.plist app-
|
|||
done; \
|
||||
done; \
|
||||
fi)
|
||||
|
||||
|
||||
|
||||
ifeq ($(PRINCIPAL_CLASS),)
|
||||
override PRINCIPAL_CLASS = NSApplication
|
||||
|
@ -219,7 +219,7 @@ _FORCE::
|
|||
|
||||
internal-app-install:: internal-app-all internal-install-dirs
|
||||
rm -rf $(GNUSTEP_APPS)/$(APP_DIR_NAME)
|
||||
$(TAR) cf - $(APP_DIR_NAME) | (cd $(GNUSTEP_APPS); $(TAR) xf -)
|
||||
$(INSTALL_COMPLETE_DIR) $(APP_DIR_NAME) $(GNUSTEP_APPS)
|
||||
|
||||
internal-install-dirs::
|
||||
$(MKDIRS) $(GNUSTEP_APPS)
|
||||
|
|
|
@ -244,7 +244,7 @@ internal-bundle-install:: $(BUNDLE_INSTALL_DIR)
|
|||
fi; \
|
||||
fi; \
|
||||
rm -rf $(BUNDLE_INSTALL_DIR)/$(BUNDLE_DIR_NAME)
|
||||
$(TAR) cf - $(BUNDLE_DIR_NAME) | (cd $(BUNDLE_INSTALL_DIR); $(TAR) xf -)
|
||||
$(INSTALL_COMPLETE_DIR) $(BUNDLE_DIR_NAME) $(BUNDLE_INSTALL_DIR)
|
||||
|
||||
$(BUNDLE_DIR_NAME)/Resources $(BUNDLE_INSTALL_DIR)::
|
||||
@$(MKDIRS) $@
|
||||
|
|
|
@ -415,7 +415,7 @@ $(FRAMEWORK_VERSION_DIR_NAME)/Resources/Info-gnustep.plist: $(FRAMEWORK_VERSION_
|
|||
|
||||
internal-framework-install:: $(FRAMEWORK_INSTALL_DIR) $(GNUSTEP_FRAMEWORKS_LIBRARIES) $(GNUSTEP_FRAMEWORKS_HEADERS)
|
||||
rm -rf $(FRAMEWORK_INSTALL_DIR)/$(FRAMEWORK_DIR_NAME)
|
||||
$(TAR) cf - $(FRAMEWORK_DIR_NAME) | (cd $(FRAMEWORK_INSTALL_DIR); $(TAR) xf -)
|
||||
$(INSTALL_COMPLETE_DIR) $(FRAMEWORK_DIR_NAME) $(FRAMEWORK_INSTALL_DIR)
|
||||
@(cd $(GNUSTEP_FRAMEWORKS_HEADERS); \
|
||||
if [ "$(HEADER_FILES)" != "" ]; then \
|
||||
if test -L "$(INTERNAL_framework_NAME)"; then \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue