Revert "Add MXE_VERBOSE variable"

This reverts commit 56a8b1c202.
This commit is contained in:
Tony Theodore 2014-01-15 00:46:47 +11:00
parent a19e567520
commit e17929f62d
1 changed files with 0 additions and 8 deletions

View File

@ -212,11 +212,7 @@ $(PREFIX)/$(3)/installed/$(1): $(TOP_DIR)/src/$(1).mk \
echo; \
echo 'Download failed or wrong checksum of package $(1)!'; \
echo '------------------------------------------------------------'; \
ifndef MXE_VERBOSE
tail -n 10 '$(LOG_DIR)/$(1)-download' | $(SED) -n '/./p'; \
else
$(SED) -n '/./p' '$(LOG_DIR)/$(1)-download'; \
endif
echo '------------------------------------------------------------'; \
echo '[log] $(LOG_DIR)/$(1)-download'; \
echo; \
@ -238,11 +234,7 @@ endif
echo; \
echo 'Failed to build package $(1)!'; \
echo '------------------------------------------------------------'; \
ifndef MXE_VERBOSE
tail -n 10 '$(LOG_DIR)/$(1)' | $(SED) -n '/./p'; \
else
$(SED) -n '/./p' '$(LOG_DIR)/$(1)'; \
endif
echo '------------------------------------------------------------'; \
echo '[log] $(LOG_DIR)/$(1)'; \
echo; \