summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-12-13 14:07:05 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-12-13 14:07:05 (GMT)
commit71c6de1e566157d1f7591ead2ec03d62980055d8 (patch)
tree94284683f04a978fe4496083b9ae6671ee546f1c /Makefile
parent9da54f354d01e1a3935335decae6b9b55b6f2efe (diff)
downloadmxe-71c6de1e566157d1f7591ead2ec03d62980055d8.zip
mxe-71c6de1e566157d1f7591ead2ec03d62980055d8.tar.gz
mxe-71c6de1e566157d1f7591ead2ec03d62980055d8.tar.bz2
keep separate download logs in log/PKG-download
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b24ec31..789885e 100644
--- a/Makefile
+++ b/Makefile
@@ -120,14 +120,14 @@ $(PREFIX)/installed/$(1): $(TOP_DIR)/src/$(1).mk \
@[ -d '$(PKG_DIR)' ] || mkdir -p '$(PKG_DIR)'
@if ! $(call CHECK_PKG_ARCHIVE,$(1)); then \
echo '[download] $(1)'; \
- ($(call DOWNLOAD_PKG_ARCHIVE,$(1))) &> '$(LOG_DIR)/$(1)'; \
+ ($(call DOWNLOAD_PKG_ARCHIVE,$(1))) &> '$(LOG_DIR)/$(1)-download'; \
if ! $(call CHECK_PKG_ARCHIVE,$(1)); then \
echo; \
echo 'Wrong checksum of package $(1)!'; \
echo '------------------------------------------------------------'; \
- tail -n 10 '$(LOG_DIR)/$(1)' | $(SED) -n '/./p'; \
+ tail -n 10 '$(LOG_DIR)/$(1)-download' | $(SED) -n '/./p'; \
echo '------------------------------------------------------------'; \
- echo '[log] $(LOG_DIR)/$(1)'; \
+ echo '[log] $(LOG_DIR)/$(1)-download'; \
echo; \
exit 1; \
fi; \