1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 08:45:44 +02:00
This commit is contained in:
Alain Magloire 2002-12-13 15:45:31 +00:00
parent 493342d6b2
commit e075c3c614

View file

@ -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
Update cdt to be eclipse 2.1 ready.