mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Use ECHO_CREATING when crearing directories
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@16814 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1e5f56a361
commit
04e1995f9c
18 changed files with 48 additions and 48 deletions
|
@ -35,7 +35,7 @@ INTERNAL_AGSDOCFLAGS += $(AGSDOC_FLAGS)
|
|||
internal-doc-all_:: generate-autogsdoc
|
||||
|
||||
$(GNUSTEP_INSTANCE):
|
||||
$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
# FIXME: We need appropriate rules here to determine when to run
|
||||
# autogsdoc ... this simplistic rule inefficiently runs autogsdoc
|
||||
|
|
|
@ -120,7 +120,7 @@ internal-doc-install_:: $(GNUSTEP_DOCUMENTATION_INFO)
|
|||
fi
|
||||
|
||||
$(GNUSTEP_DOCUMENTATION_INFO):
|
||||
$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
internal-doc-uninstall_::
|
||||
rm -f \
|
||||
|
|
|
@ -121,7 +121,7 @@ internal-app-all_:: $(GNUSTEP_OBJ_DIR) \
|
|||
$(APP_INFO_PLIST_FILE)
|
||||
|
||||
$(APP_DIR_NAME):
|
||||
@$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
else
|
||||
|
||||
|
@ -135,7 +135,7 @@ internal-app-all_:: $(GNUSTEP_OBJ_DIR) \
|
|||
shared-instance-bundle-all
|
||||
|
||||
$(APP_DIR_NAME)/$(GNUSTEP_TARGET_LDIR):
|
||||
@$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
ifeq ($(GNUSTEP_FLATTENED),)
|
||||
internal-application-build-template: $(APP_DIR_NAME)/$(GNUSTEP_INSTANCE)
|
||||
|
@ -266,7 +266,7 @@ internal-app-copy_into_dir:: shared-instance-bundle-copy_into_dir
|
|||
# install/uninstall targets
|
||||
|
||||
$(APP_INSTALL_DIR):
|
||||
$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
internal-app-install_:: shared-instance-bundle-install
|
||||
ifeq ($(strip),yes)
|
||||
|
|
|
@ -139,7 +139,7 @@ build-bundle:: $(BUNDLE_DIR_NAME)/$(GNUSTEP_TARGET_LDIR) \
|
|||
# by Instance/Shared/bundle.make
|
||||
|
||||
$(BUNDLE_DIR_NAME)/$(GNUSTEP_TARGET_LDIR):
|
||||
@$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
ifeq ($(WITH_DLL),yes)
|
||||
|
||||
|
@ -198,7 +198,7 @@ ifeq ($(FOUNDATION_LIB), apple)
|
|||
# MacOSX bundles
|
||||
|
||||
$(BUNDLE_DIR_NAME)/Contents:
|
||||
@$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
ifneq ($(OBJ_FILES_TO_LINK),)
|
||||
$(BUNDLE_DIR_NAME)/Contents/Info.plist: $(BUNDLE_DIR_NAME)/Contents \
|
||||
|
@ -265,7 +265,7 @@ endif
|
|||
endif # FOUNDATION_LIB != apple
|
||||
|
||||
$(BUNDLE_INSTALL_DIR):
|
||||
$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
internal-bundle-install_:: shared-instance-headers-install \
|
||||
shared-instance-bundle-install
|
||||
|
|
|
@ -67,7 +67,7 @@ internal-ctool-install_:: $(CTOOL_INSTALL_DIR)/$(GNUSTEP_TARGET_DIR)
|
|||
$(CTOOL_INSTALL_DIR)/$(GNUSTEP_TARGET_DIR)$(END_ECHO)
|
||||
|
||||
$(CTOOL_INSTALL_DIR)/$(GNUSTEP_TARGET_DIR):
|
||||
@$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
internal-ctool-uninstall_::
|
||||
rm -f $(CTOOL_INSTALL_DIR)/$(GNUSTEP_TARGET_DIR)/$(GNUSTEP_INSTANCE)$(EXEEXT)
|
||||
|
|
|
@ -106,10 +106,10 @@ endif
|
|||
internal-doc-install_:: $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)
|
||||
|
||||
$(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR):
|
||||
$(MKINSTALLDIRS) $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)$(END_ECHO)
|
||||
|
||||
$(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)/$(GNUSTEP_INSTANCE):
|
||||
$(MKINSTALLDIRS) $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)/$(GNUSTEP_INSTANCE)
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $(GNUSTEP_DOCUMENTATION)/$(DOC_INSTALL_DIR)/$(GNUSTEP_INSTANCE)$(END_ECHO)
|
||||
|
||||
ifneq ($(TEXI_FILES),)
|
||||
include $(GNUSTEP_MAKEFILES)/Instance/Documentation/texi.make
|
||||
|
|
|
@ -219,13 +219,13 @@ ifneq ($(HEADER_FILES),)
|
|||
endif
|
||||
|
||||
$(FRAMEWORK_LIBRARY_DIR_NAME):
|
||||
$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
$(FRAMEWORK_VERSION_DIR_NAME)/Headers:
|
||||
$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
$(DERIVED_SOURCES):
|
||||
$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
# Need to share this code with the headers code ... but how.
|
||||
$(FRAMEWORK_HEADER_FILES):: $(HEADER_FILES)
|
||||
|
@ -500,19 +500,19 @@ endif
|
|||
endif
|
||||
|
||||
$(DLL_INSTALLATION_DIR)::
|
||||
$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
$(FRAMEWORK_DIR_NAME)/Resources::
|
||||
$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
$(FRAMEWORK_INSTALL_DIR)::
|
||||
@$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
$(GNUSTEP_LIBRARIES)/$(GNUSTEP_TARGET_LDIR) :
|
||||
$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
$(GNUSTEP_HEADERS) :
|
||||
$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
# FIXME - uninstall doesn't work - it should be removing all the symlinks!
|
||||
internal-framework-uninstall_::
|
||||
|
|
|
@ -159,7 +159,7 @@ internal-gswapp-all_:: \
|
|||
$(GSWAPP_DIR_NAME)/$(GNUSTEP_INSTANCE).sh
|
||||
|
||||
$(GSWAPP_DIR_NAME)/$(GNUSTEP_TARGET_LDIR):
|
||||
@$(MKDIRS) $(GSWAPP_DIR_NAME)/$(GNUSTEP_TARGET_LDIR)
|
||||
$(ECHO_CREATING)$(MKDIRS) $(GSWAPP_DIR_NAME)/$(GNUSTEP_TARGET_LDIR)$(END_ECHO)
|
||||
endif
|
||||
|
||||
ifeq ($(GNUSTEP_INSTANCE)_GEN_SCRIPT,yes) #<==
|
||||
|
@ -321,15 +321,15 @@ $(GSWAPP_DIR_NAME)/Resources/Info-gnustep.plist: $(GSWAPP_DIR_NAME)/Resources
|
|||
echo "}") >$@
|
||||
|
||||
$(GSWAPP_DIR_NAME)/Resources:
|
||||
@$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
$(GSWAPP_DIR_NAME)/Resources/WebServer:
|
||||
@$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
internal-gswapp-install_::
|
||||
@($(MKINSTALLDIRS) $(GNUSTEP_GSWAPPS); \
|
||||
$(ECHO_INSTALLING)($(MKINSTALLDIRS) $(GNUSTEP_GSWAPPS); \
|
||||
rm -rf $(GNUSTEP_GSWAPPS)/$(GSWAPP_DIR_NAME); \
|
||||
$(TAR) ch --exclude=CVS --to-stdout $(GSWAPP_DIR_NAME) | (cd $(GNUSTEP_GSWAPPS); $(TAR) xf -))
|
||||
$(TAR) ch --exclude=CVS --to-stdout $(GSWAPP_DIR_NAME) | (cd $(GNUSTEP_GSWAPPS); $(TAR) xf -)$(END_ECHO)
|
||||
ifneq ($(CHOWN_TO),)
|
||||
$(CHOWN) -R $(CHOWN_TO) $(GNUSTEP_GSWAPPS)/$(GSWAPP_DIR_NAME)
|
||||
endif
|
||||
|
|
|
@ -109,10 +109,10 @@ build-bundle-dir:: $(GSWBUNDLE_DIR_NAME)/Resources \
|
|||
$(GSWBUNDLE_RESOURCE_DIRS)
|
||||
|
||||
$(GSWBUNDLE_DIR_NAME)/$(GNUSTEP_TARGET_LDIR):
|
||||
@$(MKDIRS) $(GSWBUNDLE_DIR_NAME)/$(GNUSTEP_TARGET_LDIR)
|
||||
$(ECHO_CREATING)$(MKDIRS) $(GSWBUNDLE_DIR_NAME)/$(GNUSTEP_TARGET_LDIR)$(END_ECHO)
|
||||
|
||||
$(GSWBUNDLE_RESOURCE_DIRS):
|
||||
@$(MKDIRS) $(GSWBUNDLE_RESOURCE_DIRS)
|
||||
$(ECHO_CREATING)$(MKDIRS) $(GSWBUNDLE_RESOURCE_DIRS)$(END_ECHO)
|
||||
|
||||
build-bundle:: $(GSWBUNDLE_FILE) \
|
||||
gswbundle-components \
|
||||
|
@ -183,7 +183,7 @@ ifneq ($(strip $(LOCALIZED_RESOURCE_FILES)),)
|
|||
endif
|
||||
|
||||
gswbundle-webresource-dir::
|
||||
@$(MKDIRS) $(GSWBUNDLE_WEBSERVER_RESOURCE_DIRS)
|
||||
$(ECHO_CREATING)$(MKDIRS) $(GSWBUNDLE_WEBSERVER_RESOURCE_DIRS)$(END_ECHO)
|
||||
|
||||
gswbundle-webresource-files:: $(GSWBUNDLE_DIR_NAME)/Resources/WebServer \
|
||||
gswbundle-webresource-dir
|
||||
|
@ -239,10 +239,10 @@ $(GSWBUNDLE_DIR_NAME)/Resources/Info-gnustep.plist: $(GSWBUNDLE_DIR_NAME)/Resour
|
|||
echo "}") >$@
|
||||
|
||||
$(GSWBUNDLE_DIR_NAME)/Resources:
|
||||
@$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
$(GSWBUNDLE_DIR_NAME)/Resources/WebServer:
|
||||
@$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
internal-gswbundle-install_:: $(GSWBUNDLE_INSTALL_DIR) shared-instance-headers-install
|
||||
rm -rf $(GSWBUNDLE_INSTALL_DIR)/$(GSWBUNDLE_DIR_NAME); \
|
||||
|
@ -255,7 +255,7 @@ ifeq ($(strip),yes)
|
|||
endif
|
||||
|
||||
$(GSWBUNDLE_INSTALL_DIR)::
|
||||
@$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
internal-gswbundle-uninstall_:: shared-instance-headers-uninstall
|
||||
rm -rf $(GSWBUNDLE_INSTALL_DIR)/$(GSWBUNDLE_DIR_NAME)
|
||||
|
|
|
@ -194,7 +194,7 @@ internal-library-clean::
|
|||
rm -rf $(DERIVED_SOURCES)
|
||||
|
||||
$(DERIVED_SOURCES):
|
||||
$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
$(DERIVED_SOURCES)/$(GNUSTEP_INSTANCE).def: $(OBJ_FILES_TO_LINK) $(DLL_DEF_INP)
|
||||
$(DLLTOOL) $(DLL_DEF_FLAG) --output-def $@ $(OBJ_FILES_TO_LINK)
|
||||
|
@ -236,13 +236,13 @@ internal-install-dirs:: $(FINAL_LIBRARY_INSTALL_DIR) \
|
|||
# Now the rule to create each dir. NB: Nothing gets executed if the dir
|
||||
# already exists
|
||||
$(FINAL_LIBRARY_INSTALL_DIR):
|
||||
$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
$(DLL_INSTALLATION_DIR):
|
||||
$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
$(ADDITIONAL_INSTALL_DIRS):
|
||||
$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
|
||||
ifeq ($(BUILD_DLL),yes)
|
||||
|
|
|
@ -68,7 +68,7 @@ internal-objc_program-install_:: $(OBJC_PROGRAM_INSTALL_DIR)/$(GNUSTEP_TARGET_LD
|
|||
$(OBJC_PROGRAM_INSTALL_DIR)/$(GNUSTEP_TARGET_LDIR)$(END_ECHO)
|
||||
|
||||
$(OBJC_PROGRAM_INSTALL_DIR)/$(GNUSTEP_TARGET_LDIR):
|
||||
@$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
internal-objc_program-uninstall_::
|
||||
rm -f $(OBJC_PROGRAM_INSTALL_DIR)/$(GNUSTEP_TARGET_LDIR)/$(GNUSTEP_INSTANCE)$(EXEEXT)
|
||||
|
|
|
@ -71,7 +71,7 @@ internal-palette-all_:: $(GNUSTEP_OBJ_DIR) \
|
|||
shared-instance-bundle-all
|
||||
|
||||
$(PALETTE_DIR_NAME)/$(GNUSTEP_TARGET_LDIR):
|
||||
$(MKDIRS) $(PALETTE_DIR_NAME)/$(GNUSTEP_TARGET_LDIR)
|
||||
$(ECHO_CREATING)$(MKDIRS) $(PALETTE_DIR_NAME)/$(GNUSTEP_TARGET_LDIR)$(END_ECHO)
|
||||
|
||||
$(PALETTE_FILE) : $(OBJ_FILES_TO_LINK)
|
||||
$(ECHO_LINKING)$(BUNDLE_LD) $(BUNDLE_LDFLAGS) $(ALL_LDFLAGS) \
|
||||
|
@ -131,7 +131,7 @@ ifeq ($(strip),yes)
|
|||
endif
|
||||
|
||||
$(PALETTE_INSTALL_DIR):
|
||||
@$(MKINSTALLDIRS) $(PALETTE_INSTALL_DIR)
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $(PALETTE_INSTALL_DIR)$(END_ECHO)
|
||||
|
||||
internal-palette-uninstall_::
|
||||
rm -rf $(PALETTE_INSTALL_DIR)/$(PALETTE_DIR_NAME)
|
||||
|
|
|
@ -46,7 +46,7 @@ RESOURCE_FILES_FULL_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/$(RESOURCE_FILES_I
|
|||
|
||||
# Rule to build the installation dir
|
||||
$(RESOURCE_FILES_FULL_INSTALL_DIR):
|
||||
$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
|
||||
# Determine the additional installation dirs to build
|
||||
|
@ -55,7 +55,7 @@ RESOURCE_DIRS = $($(GNUSTEP_INSTANCE)_RESOURCE_DIRS)
|
|||
ifneq ($(RESOURCE_DIRS),)
|
||||
# Rule to build the additional installation dirs
|
||||
$(addprefix $(RESOURCE_FILES_FULL_INSTALL_DIR)/,$(RESOURCE_DIRS)):
|
||||
$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
endif
|
||||
|
||||
|
||||
|
@ -139,7 +139,7 @@ else
|
|||
|
||||
# Rule to build the language installation directories
|
||||
$(addsuffix .lproj,$(addprefix $(RESOURCE_FILES_FULL_INSTALL_DIR)/,$(LANGUAGES))):
|
||||
$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
# install the localized resources, checking the installation date by
|
||||
# using test -nt ... this doesn't seem to be easy to do using make
|
||||
|
|
|
@ -86,7 +86,7 @@ internal-$(GNUSTEP_TYPE)-all:: before-$(GNUSTEP_INSTANCE)-all \
|
|||
|
||||
# To copy into a dir, we always have to first make sure the dir exists :-)
|
||||
$(COPY_INTO_DIR):
|
||||
@$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
# The specific project-type makefiles will add more commands.
|
||||
internal-$(GNUSTEP_TYPE)-copy_into_dir:: $(COPY_INTO_DIR)
|
||||
|
|
|
@ -78,7 +78,7 @@ $(SERVICE_FILE): $(OBJ_FILES_TO_LINK)
|
|||
$(ALL_SERVICE_LIBS)$(END_ECHO)
|
||||
|
||||
$(SERVICE_DIR_NAME)/$(GNUSTEP_TARGET_LDIR):
|
||||
@$(MKDIRS) $(SERVICE_DIR_NAME)/$(GNUSTEP_TARGET_LDIR)
|
||||
$(ECHO_CREATING)$(MKDIRS) $(SERVICE_DIR_NAME)/$(GNUSTEP_TARGET_LDIR)$(END_ECHO)
|
||||
|
||||
|
||||
# Allow the gui library to redefine make_services to use its local one
|
||||
|
@ -100,7 +100,7 @@ $(SERVICE_DIR_NAME)/Resources/Info-gnustep.plist: \
|
|||
#
|
||||
|
||||
$(GNUSTEP_SERVICES):
|
||||
$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
internal-service-install_:: $(GNUSTEP_SERVICES)
|
||||
$(ECHO_INSTALLING)rm -rf $(GNUSTEP_SERVICES)/$(SERVICE_DIR_NAME); \
|
||||
|
|
|
@ -91,7 +91,7 @@ ifneq ($(HEADER_FILES),)
|
|||
endif # we got HEADER_FILES
|
||||
|
||||
$(OWNING_PROJECT_HEADER_DIR):
|
||||
$(MKDIRS) $@
|
||||
$(ECHO_CREATING)$(MKDIRS) $@$(END_ECHO)
|
||||
|
||||
# End FRAMEWORK code
|
||||
else
|
||||
|
|
|
@ -114,7 +114,7 @@ really-test_lib-check:
|
|||
_FORCE::
|
||||
|
||||
$(SCRIPTS_DIRECTORY)/config/unix.exp: _FORCE
|
||||
@$(MKDIRS) $(SCRIPTS_DIRECTORY)/config
|
||||
$(ECHO_CREATING)$(MKDIRS) $(SCRIPTS_DIRECTORY)/config$(END_ECHO)
|
||||
@(echo "Creating the $@ file..."; \
|
||||
echo "## Do Not Edit ##" > $@; \
|
||||
(echo "# Contents generated automatically by Makefile"; \
|
||||
|
|
|
@ -81,7 +81,7 @@ internal-tool-copy_into_dir::
|
|||
|
||||
# This rule runs $(MKDIRS) only if needed
|
||||
$(FINAL_TOOL_INSTALL_DIR):
|
||||
@$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
internal-tool-install_:: $(FINAL_TOOL_INSTALL_DIR)
|
||||
$(ECHO_INSTALLING)$(INSTALL_PROGRAM) -m 0755 \
|
||||
|
@ -116,10 +116,10 @@ internal-tool-all_:: shared-instance-bundle-all
|
|||
internal-tool-copy_into_dir:: shared-instance-bundle-copy_into_dir
|
||||
|
||||
$(TOOL_INSTALL_DIR):
|
||||
@$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
$(TOOL_INSTALL_DIR)/Resources:
|
||||
@$(MKINSTALLDIRS) $@
|
||||
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)
|
||||
|
||||
internal-tool-install_:: $(TOOL_INSTALL_DIR)/Resources \
|
||||
shared-instance-bundle-install
|
||||
|
|
Loading…
Reference in a new issue