remove debug delays in libcurl.mk

This commit is contained in:
DeckerSU
2019-04-22 20:54:49 +03:00
parent 1a9f6cb607
commit 0930945aa0

View File

@@ -26,7 +26,6 @@ endif
define $(package)_config_cmds
echo '=== config for $(package):' && \
echo '$($(package)_config_env) $($(package)_conf_tool) $($(package)_config_opts)' && \
sleep 10 && \
echo '=== ' && \
$($(package)_config_env) $($(package)_conf_tool) $($(package)_config_opts)
endef
@@ -43,6 +42,5 @@ endif
define $(package)_stage_cmds
echo 'Staging dir: $($(package)_staging_dir)$(host_prefix)/' && \
sleep 10 && \
$(MAKE) DESTDIR=$($(package)_staging_dir) install
endef