Re: ampersand at character 2048 in a command is lost in make

2004-11-16 Thread Jeremy Broughton
cc 11/16/2004 03:30 Subject PM Re: ampersand at character 2048 in

Re: ampersand at character 2048 in a command is lost in make

2004-11-16 Thread Christopher Faylor
On Tue, Nov 16, 2004 at 04:56:51PM -0500, Jeremy Broughton wrote: >Using cygwin 1.3.10 and 1.5.7, if an '&' ampersand character appears at >character 2048 of a makefile command, the ampersand is lost from the >command. If white-space is manipulated to move the & one character >forward or backward

ampersand at character 2048 in a command is lost in make

2004-11-16 Thread Jeremy Broughton
Using cygwin 1.3.10 and 1.5.7, if an '&' ampersand character appears at character 2048 of a makefile command, the ampersand is lost from the command. If white-space is manipulated to move the & one character forward or backward in the makefile command, everything works fine. I have attached a