From: Thierry Parmentelat Date: Fri, 10 Jun 2011 08:13:11 +0000 (+0200) Subject: spec2make.c does not print out 'trying ..' - like the python version X-Git-Tag: 5.0-rc22~13 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=7db05f6fc33fc94802a323d270f199a0bb008a97 spec2make.c does not print out 'trying ..' - like the python version --- diff --git a/spec2make.c b/spec2make.c index bcc49199..60004ef6 100644 --- a/spec2make.c +++ b/spec2make.c @@ -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];