Re: rsync to copy files?

2004-06-24 Thread Volker Boerchers
On Thu, 24 Jun 2004, Ralf Wildenhues wrote: * Bob Friesenhahn wrote on Thu, Jun 24, 2004 at 02:16:37AM CEST: On Wed, 23 Jun 2004, Warren Young wrote: Bob Friesenhahn wrote: I have learned that using 'rsync' to copy files improves the install time quite dramatically for repeat

Re: backslashes in variable definition

2004-06-22 Thread Volker Boerchers
Hi Andrew, On Mon, 21 Jun 2004, Andrew Suffield wrote: On Mon, Jun 21, 2004 at 04:38:23PM +0200, Volker Boerchers wrote: the _SOURCES values of our Makefile.am's are split into multiple lines to improve readability like this libfoo_la_SOURCES = \ foo.c \ bar.c However

backslashes in variable definition

2004-06-21 Thread Volker Boerchers
Hi, the _SOURCES values of our Makefile.am's are split into multiple lines to improve readability like this libfoo_la_SOURCES = \ foo.c \ bar.c However if one forgets a backslash the source files after that are silently ignored by automake. libfoo_la_SOURCES = \