[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Make it possible to use ``-'' for reading from stdin.
From: |
olafBuddenhagen |
Subject: |
Re: [PATCH] Make it possible to use ``-'' for reading from stdin. |
Date: |
Mon, 29 Jun 2009 01:28:08 +0200 |
User-agent: |
Mutt/1.5.19 (2009-01-05) |
Hi,
On Tue, Jun 23, 2009 at 10:39:50AM +0200, Thomas Schwinge wrote:
> [...] or test and confirm that the attached patch doesn't break
> anything, which I think that it can't, but who knows...
Guess what? It does break things...
The gnmach build for example does this:
mig -n -cc cat - /dev/null \
-user vm/memory_object_user.user.c -header
vm/memory_object_user.user.h \
-list vm/memory_object_user.user.msgids
\
< vm/lib_dep_tr_for_defs_a-memory_object_user.user.defs.o
I have no idea what this means, but it works without your patch and
breaks with it.
-antrik-
- Re: [PATCH 1/1] Provide a default prefix in Makefile, (continued)
- Re: [PATCH 1/1] Provide a default prefix in Makefile, Samuel Thibault, 2009/06/07
- [PATCH] Don't abuse $(prefix) for finding build-time files., Thomas Schwinge, 2009/06/16
- Re: [PATCH] Don't abuse $(prefix) for finding build-time files., Sergiu Ivanov, 2009/06/18
- Some more about Git usage (was: [PATCH] Don't abuse $(prefix) for finding build-time files.), Thomas Schwinge, 2009/06/19
- Re: Some more about Git usage, olafBuddenhagen, 2009/06/22
- Re: Some more about Git usage, Sergiu Ivanov, 2009/06/23
- Re: [PATCH] Don't abuse $(prefix) for finding build-time files., Thomas Schwinge, 2009/06/19
- Re: [PATCH] Don't abuse $(prefix) for finding build-time files., Sergiu Ivanov, 2009/06/20
- Re: [PATCH] Don't abuse $(prefix) for finding build-time files., olafBuddenhagen, 2009/06/22
- [PATCH] Make it possible to use ``-'' for reading from stdin., Thomas Schwinge, 2009/06/23
- Re: [PATCH] Make it possible to use ``-'' for reading from stdin.,
olafBuddenhagen <=