mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 16:55:38 +02:00
updated
This commit is contained in:
parent
493342d6b2
commit
e075c3c614
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
2002-12-13 Alain Magloire
|
||||||
|
|
||||||
|
Building will never write to the process. having things like
|
||||||
|
all:
|
||||||
|
b='a'; read b; echo $$b
|
||||||
|
could hang the IDE, since the process is waiting for input.
|
||||||
|
to go around, the input of the process is explicitely close.
|
||||||
|
|
||||||
|
* src/.../internal/core/CBuilder.java (invokeMake): Close the
|
||||||
|
Output stream of the process, since we will never write to it.
|
||||||
|
|
||||||
2002-12-13 David Inglis
|
2002-12-13 David Inglis
|
||||||
Update cdt to be eclipse 2.1 ready.
|
Update cdt to be eclipse 2.1 ready.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue