bug report_GNU Make version 3.79-1

2006-06-03 Thread 기세호
W:\gmake cleanrm -f target/alltel/u520/uui/zz*rm -f target/alltel/u520/uui/*list*rm -f target/alltel/u520/uui/*.tmprm -f target/alltel/u520/uui/*.resrm -f target/alltel/u520/uui/*tmprm -f target/alltel/u520/uui/*.hrm -f target/alltel/u520/uui/prefs*rm -f

bug when redirecting mingw32-make output (w32/sub_proc/sub_proc.c)

2006-06-03 Thread Roland Puntaier
process_easy: DuplicateHandle(In) failed is issued, when redirecting the mingw32-make output from a parent process. GetStdHandle returns 0, which is not an error, but also no handle to be duplicated. Example parent process code leading to error (in C#): static StringBuilder myOutput=null;

Re: bug when redirecting mingw32-make output (w32/sub_proc/sub_proc.c)

2006-06-03 Thread Eli Zaretskii
From: Roland Puntaier [EMAIL PROTECTED] Date: Fri, 2 Jun 2006 17:36:00 +0200 process_easy: DuplicateHandle(In) failed is issued, when redirecting the mingw32-make output from a parent process. GetStdHandle returns 0, which is not an error, but also no handle to be duplicated. Thanks