From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Andrew Cagney Cc: Colin Walters , gdb-patches@sourceware.cygnus.com Subject: Re: refcard.dvi build patch Date: Wed, 04 Jul 2001 23:45:00 -0000 Message-id: References: <3B437C0C.7040102@cygnus.com> X-SW-Source: 2001-07/msg00080.html On Wed, 4 Jul 2001, Andrew Cagney wrote: > If no one can see problems with the original patch I think it or: > > for f in x $(REFEDITS) ; do \ > test x$$f = xx && continue ; \ > cat $(srcdir)/$$f >> tmp.sed ; \ > done > > are better. > > Eli, preference? This seems fine to me.