Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/rpms
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-07-29 16:46:04 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-07-29 16:50:51 (GMT)
commit7e2ff296021c2c733a9401d3767c25bde97bfa8c (patch)
tree1fb6290f7773bf684c7d9d1293efac332edf4e87 /rpms
parent70887e49e0cce78ccdedb7269ccddd93ca9582b3 (diff)
Add some debug for source downloads
Diffstat (limited to 'rpms')
-rw-r--r--rpms/common/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpms/common/Makefile.common b/rpms/common/Makefile.common
index a345e4d..146d46b 100644
--- a/rpms/common/Makefile.common
+++ b/rpms/common/Makefile.common
@@ -211,7 +211,7 @@ sources: $(SOURCEFILES) $(TARGETS)
# Retrieve the sources we do not have in CVS
$(SOURCEFILES): #FORCE
@mkdir -p $(SOURCEDIR)
- @echo "Downloading $@..."
+ @echo "Downloading $@ from $(REPOSITORY)/$(NAME)/$@/$(get_sources_md5)/$@..."
@for i in `find ../ -maxdepth 2 -name "$@"`; do \
if test "$$(md5sum $$i | awk '{print $$1}')" = "$(get_sources_md5)" ; then \
echo "Copying from $$i" ; \