docs-common Makefile.common,1.35,1.36

Tommy Reynolds (jtr) fedora-docs-commits at redhat.com
Mon Jan 30 10:32:25 UTC 2006


Author: jtr

Update of /cvs/docs/docs-common
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8398

Modified Files:
	Makefile.common 
Log Message:
Remove harmless debugging cruft.



Index: Makefile.common
===================================================================
RCS file: /cvs/docs/docs-common/Makefile.common,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- Makefile.common	30 Jan 2006 10:31:48 -0000	1.35
+++ Makefile.common	30 Jan 2006 10:32:17 -0000	1.36
@@ -343,7 +343,7 @@
 		-o -name '*.tar.gz'					\
 		-o -name '*.tmp'					\
 		-o -name '${DOCBASE}-${VERSION}'			\
-	')' -prune -o -print | tee /tmp/log.files | cpio -pamdv $(DOCBASE)-$(VERSION)
+	')' -prune -o -print | cpio -pamdv $(DOCBASE)-$(VERSION)
 	tar -zcvf $@ $(DOCBASE)-$(VERSION)/
 	${RM} -r $(DOCBASE)-$(VERSION)
 




More information about the Fedora-docs-commits mailing list