common Makefile.common,1.27,1.28

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Fri Jul 29 19:36:26 UTC 2005


Author: katzj

Update of /cvs/extras/common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8053

Modified Files:
	Makefile.common 
Log Message:
say what source file is being downloaded (#160142)



Index: Makefile.common
===================================================================
RCS file: /cvs/extras/common/Makefile.common,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- Makefile.common	29 Jul 2005 03:41:29 -0000	1.27
+++ Makefile.common	29 Jul 2005 19:36:24 -0000	1.28
@@ -132,6 +132,7 @@
 # Retrieve the sources we do not have in CVS
 $(SOURCEFILES): #FORCE
 	@mkdir -p $(SOURCEDIR)
+	@echo "Downloading $@..."
 	@if [ ! -e "$@" ] ; then $(CLIENT) $(REPOSITORY)/$(NAME)/$@/$(get_sources_md5)/$@  ; fi
 	@if [ ! -e "$@" ] ; then echo "Could not download source file: $@ does not exist" ; exit 1 ; fi
 	@if test "$$(md5sum $@ | awk '{print $$1}')" != "$(get_sources_md5)" ; then \




More information about the fedora-extras-commits mailing list