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]

Correct snapshots


This should fix the snapshot problems.  Make's and shell's list
separator is whitespace, not commas :-)

-- 
Daniel Jacobowitz
CodeSourcery

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/ChangeLog,v
retrieving revision 1.736
diff -u -p -r1.736 ChangeLog
--- ChangeLog	18 Jun 2007 15:46:33 -0000	1.736
+++ ChangeLog	22 Jun 2007 15:16:14 -0000
@@ -1,3 +1,7 @@
+2007-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+	* src-release (DEVO_SUPPORT): Correct typos.
+
 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
 
 	* Makefile.def: Add dependency from configure-gdb to all-bfd.
Index: src-release
===================================================================
RCS file: /cvs/src/src/src-release,v
retrieving revision 1.24
diff -u -p -r1.24 src-release
--- src-release	24 May 2007 17:33:26 -0000	1.24
+++ src-release	22 Jun 2007 15:16:14 -0000
@@ -50,7 +50,7 @@ DEVO_SUPPORT= README Makefile.in configu
 	config.guess config.sub config move-if-change \
 	COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
 	mkinstalldirs ltmain.sh missing ylwrap \
-	libtool.m4 ltsugar.m4, ltversion.m4, ltoptions.m4 \
+	libtool.m4 ltsugar.m4 ltversion.m4 ltoptions.m4 \
 	Makefile.def Makefile.tpl src-release config.rpath
 
 # Files in devo/etc used in any net release.


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