Home | History | Annotate | Download | only in Scripts

Lines Matching full:stderr

22     print STDERR "Received " . @ARGV . " arguments:\n";
24 print STDERR "$arg\n";
31 print STDERR "The invoking process wants preprocessed source, so let's hand off this whole command to the real cl.exe\n" if $debug;
52 print STDERR "Last character of first line = '" . substr($firstLine, -1, 1) . "'\n" if $debug;
54 print STDERR "First file is quoted\n" if $debug;
57 print STDERR "First file is NOT quoted\n" if $debug;
69 print STDERR "######## Found options $options ##########\n" if $debug;
70 print STDERR "####### Found first source file $sources[0] ########\n" if @sources && $debug;
91 print STDERR "\n\n####### COMPILING $numSources FILES USING AT MOST $numJobs PARALLEL INSTANCES OF cl.exe ###########\n\n";# if $debug;
101 print STDERR "######## jobSize = $jobSize ##########\n" if $debug;
126 print STDERR "####### Spawned child with PID $pid and tmpFile $tmpFile ##########\n" if $debug;
159 print STDERR "######## forkAndCompileFiles()\n" if $debug;
164 print STDERR "######## $file\n";
193 print STDERR "Exec($command)\n" if $debug;
206 print STDERR "######## Child with PID $deceased finished ###########\n" if $debug;