This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Add COPYING3 to releases / snapshots


Nick added COPYING3 and COPYING3.LIB to the top level in July.  In
order to include these files in releases we need to manually name
them.  They're already in CVSROOT/modules, the other place that we
historically forget to update :-)

-- 
Daniel Jacobowitz
CodeSourcery

2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>

	* src-release (DEVO_SUPPORT): Add COPYING3 and COPYING3.LIB.

Index: src-release
===================================================================
RCS file: /cvs/src/src/src-release,v
retrieving revision 1.25
diff -u -p -r1.25 src-release
--- src-release	22 Jun 2007 15:48:08 -0000	1.25
+++ src-release	12 Aug 2007 19:04:48 -0000
@@ -51,7 +51,8 @@ DEVO_SUPPORT= README Makefile.in configu
 	COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
 	mkinstalldirs ltmain.sh missing ylwrap \
 	libtool.m4 ltsugar.m4 ltversion.m4 ltoptions.m4 \
-	Makefile.def Makefile.tpl src-release config.rpath
+	Makefile.def Makefile.tpl src-release config.rpath \
+	COPYING3 COPYING3.LIB
 
 # Files in devo/etc used in any net release.
 # ChangeLog omitted because it may refer to files which are not in this


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]