Huh?

--- ccache-new/ccache.c 2003-09-23 22:25:49.000000000 +0200
+++ ccache-new2/ccache.c        2003-09-24 05:59:53.000000000 +0200
@@ -245,7 +245,6 @@
 {
        int i;
        char *path_stdout, *path_stderr;
-       char *command;
        char *hash_dir;
        char *s;
        struct stat st;
@@ -341,9 +340,7 @@
 
        } else {
                copy_file(input_file, path_stdout);
-               x_asprintf(&command, "touch %s", path_stderr);
-               system(command);
-               free(command);
+               close(creat(path_stderr, 0644));
        }
        /* if the compilation is with -g then we have to inlcude the whole of the
           preprocessor output, which means we are sensitive to line number
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/cgi-bin/mailman/listinfo/distcc

Reply via email to