From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phil Edwards To: Eli Zaretskii Cc: mir@sunchorus.France.Sun.COM, gdb-patches@sources.redhat.com Subject: Re: PATCH doc/refcard.tex Date: Wed, 27 Dec 2000 00:32:00 -0000 Message-id: <20001227034057.A10012@disaster.jaj.com> References: <200012261042.LAA19117@sunchorus.France.Sun.COM> <200012270825.DAA02213@indy.delorie.com> X-SW-Source: 2000-12/msg00262.html On Wed, Dec 27, 2000 at 03:25:34AM -0500, Eli Zaretskii wrote: > > Am I missing something? Updated sources? :-) As I write this, current CVS contains no quotes. Quotes /should/ be there, but they don't appear to be as of... % cvs status Makefile.in =================================================================== File: Makefile.in Status: Up-to-date Working revision: 1.11 Repository revision: 1.11 /cvs/src/src/gdb/doc/Makefile.in,v Sticky Tag: (none) Sticky Date: (none) Sticky Options: -ko % ...revision 11. -- pedwards at disaster dot jaj dot com | pme at sources dot redhat dot com devphil at several other less interesting addresses in various dot domains The gods do not protect fools. Fools are protected by more capable fools. >From pedwards@disaster.jaj.com Wed Dec 27 00:35:00 2000 From: Phil Edwards To: Eli Zaretskii Cc: mir@sunchorus.France.Sun.COM, gdb-patches@sources.redhat.com Subject: Re: PATCH doc/refcard.tex Date: Wed, 27 Dec 2000 00:35:00 -0000 Message-id: <20001227034423.A10106@disaster.jaj.com> References: <200012261042.LAA19117@sunchorus.France.Sun.COM> <2110-Tue26Dec2000184743+0200-eliz@is.elta.co.il> <20001226150540.A7688@disaster.jaj.com> <200012270826.DAA02223@indy.delorie.com> X-SW-Source: 2000-12/msg00263.html Content-length: 810 On Wed, Dec 27, 2000 at 03:26:11AM -0500, Eli Zaretskii wrote: > > Could you post diffs for a change that corrects the problem for you? > As I wrote in another message today, I don't really understand why are > you missing quotes, so I'd like to see an actual patch. No problem. Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/doc/Makefile.in,v retrieving revision 1.11 diff -u -3 -r1.11 Makefile.in --- Makefile.in 2000/07/09 05:41:21 1.11 +++ Makefile.in 2000/12/27 08:33:35 @@ -203,7 +203,7 @@ cp $(srcdir)/refcard.tex sedref.tex ; \ else \ echo > tmp.sed ; \ - for f in $(REFEDITS) ; do \ + for f in "$(REFEDITS)" ; do \ cat $(srcdir)/$$f >>tmp.sed ; done ; \ sed -f tmp.sed $(srcdir)/refcard.tex >sedref.tex ; \ fi