Author: laxathom
Update of /cvs/nonfree/common
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19528
Modified Files:
Makefile.common
Log Message:
update cvstree on nonfree side
Index: Makefile.common
===================================================================
RCS file: /cvs/nonfree/common/Makefile.common,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.common 18 Jul 2008 16:43:25 -0000 1.7
+++ Makefile.common 19 Jul 2008 15:18:21 -0000 1.8
@@ -241,7 +241,7 @@
endef
# Upload the FILES, adding to the ./sources manifest
-upload: $(CVSTREE) $(FILES)
+upload: $(TREE) $(FILES)
$(check-cert)
@if ! test -f ./sources ; then touch ./sources ; fi
@if ! test -f ./.cvsignore ; then touch ./.cvsignore ; fi
@@ -254,6 +254,7 @@
exit 1 ; \
fi ; \
chmod +r $$f ; \
+ CVSTREE=$(TREE)
echo ; $(upload-request) ; echo ; \
if test -z "$$(egrep ""[[:space:]]$$b$$"" sources)" ;
then \
echo "$$m" >> sources ; \
Show replies by date