mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 04:28:10 +00:00
Remove double echo in makefile
This commit is contained in:
parent
8912755e01
commit
bda26bf7c8
2 changed files with 9 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
############################################################################
|
||||
# mssilk.mk
|
||||
# mssilk.mk
|
||||
# Copyright (C) 2011 Belledonne Communications,Grenoble France
|
||||
#
|
||||
############################################################################
|
||||
|
|
@ -28,7 +28,7 @@ ifeq ($(LINPHONE_CCACHE), ccache)
|
|||
endif
|
||||
|
||||
$(BUILDER_SRC_DIR)/$(mssilk_dir)/configure:
|
||||
echo -e "\033[01;32m Running autogen for mssilk in $(BUILDER_SRC_DIR)/$(mssilk_dir) \033[0m"
|
||||
@echo -e "\033[01;32m Running autogen for mssilk in $(BUILDER_SRC_DIR)/$(mssilk_dir) \033[0m"
|
||||
cd $(BUILDER_SRC_DIR)/$(mssilk_dir) && ./autogen.sh
|
||||
|
||||
$(BUILDER_BUILD_DIR)/$(mssilk_dir)/Makefile: $(BUILDER_SRC_DIR)/$(mssilk_dir)/configure
|
||||
|
|
@ -42,7 +42,7 @@ $(BUILDER_BUILD_DIR)/$(mssilk_dir)/Makefile: $(BUILDER_SRC_DIR)/$(mssilk_dir)/co
|
|||
ifeq ($(enable_silk),yes)
|
||||
|
||||
build-mssilk: $(BUILDER_BUILD_DIR)/$(mssilk_dir)/Makefile
|
||||
echo -e "\033[01;32m building silk \033[0m"
|
||||
@echo -e "\033[01;32m building silk \033[0m"
|
||||
cd $(BUILDER_BUILD_DIR)/$(mssilk_dir) \
|
||||
&& PKG_CONFIG_PATH=$(prefix)/lib/pkgconfig \
|
||||
CONFIG_SITE=$(BUILDER_SRC_DIR)/build/$(config_site) \
|
||||
|
|
@ -57,14 +57,14 @@ else
|
|||
build-mssilk:
|
||||
echo "SILK is disabled"
|
||||
|
||||
endif # enable_silk
|
||||
endif # enable_silk
|
||||
|
||||
clean-mssilk:
|
||||
clean-mssilk:
|
||||
-cd $(BUILDER_BUILD_DIR)/$(mssilk_dir) && make clean
|
||||
|
||||
veryclean-mssilk:
|
||||
-cd $(BUILDER_BUILD_DIR)/$(mssilk_dir) && make distclean
|
||||
veryclean-mssilk:
|
||||
-cd $(BUILDER_BUILD_DIR)/$(mssilk_dir) && make distclean
|
||||
rm -f $(BUILDER_SRC_DIR)/$(mssilk_dir)/configure
|
||||
|
||||
clean-makefile-mssilk:
|
||||
clean-makefile-mssilk:
|
||||
-cd $(BUILDER_BUILD_DIR)/$(mssilk_dir) && rm -f Makefile
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 005ca0fbb800bd47a14359e4823aee086a15ace1
|
||||
Subproject commit 748a6b090279e210aa5e8efc0e0719678448a426
|
||||
Loading…
Add table
Reference in a new issue