This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

b20.1: binmode and pipes


OK, I must admit that I've tried to steer clear of the whole
text/binary thing since it wasn't presenting any problems for
me.  But it appears that something has changed between b19
and b20.1.

As part of my build process I run a gawk script and pipe the
output through sort and uniq to generate dependencies.  In b19
this worked fine.  In b20.1, the gawk part works fine, but as
soon as it goes through the pipe to sort, each line has an
extra ^M.  Needless to say this confuses things.

Possibly relevant settings:

MAKE_MODE=unix
CYGWIN="notitle tty"

I tried adding nobinmode to CYGWIN, but that didn't change
anything.

I have no binary mounts (in fact no mounts at all).

Is there something simple I can add to CYGWIN or something or
am I just going to have to bite the bullet and strip them at
the end of the pipe myself?

Thanks...

--
John A. Turner
Blue Sky | VIFX    - http://www.blueskystudios.com/
   "Bunny"         - http://bunny.blueskystudios.com/
    (a new fully computer-generated animated short film)
Los Alamos Nat Lab - http://www.lanl.gov/home/turner/
Personal           - http://john.turner.org/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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