spec2make.c does not print out 'trying ..' - like the python version
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 10 Jun 2011 08:13:11 +0000 (10:13 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 10 Jun 2011 08:13:11 +0000 (10:13 +0200)
spec2make.c

index bcc4919..60004ef 100644 (file)
@@ -171,7 +171,7 @@ main(int argc, char *argv[])
       char *suffix_index;
                  
       for (suffix=suffixes ; *suffix ; suffix++) {
-       printf("# trying %s\n",*suffix);
+       /*printf("# trying %s\n",*suffix);*/
        suffix_index=strstr(fullSource,*suffix);
        if (suffix_index) {
          char sourcename[PATH_MAX];