Regenerate charmonizer.c

Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/8b871807
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/8b871807
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/8b871807

Branch: refs/heads/master
Commit: 8b871807a85b4c94978b0b95aa1b990a5034213b
Parents: 9a63944
Author: Nick Wellnhofer <[email protected]>
Authored: Thu Jan 21 17:53:41 2016 +0100
Committer: Nick Wellnhofer <[email protected]>
Committed: Thu Jan 21 17:53:41 2016 +0100

----------------------------------------------------------------------
 compiler/common/charmonizer.c | 2 ++
 runtime/common/charmonizer.c  | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/8b871807/compiler/common/charmonizer.c
----------------------------------------------------------------------
diff --git a/compiler/common/charmonizer.c b/compiler/common/charmonizer.c
index 0a12ffb..fc8833e 100644
--- a/compiler/common/charmonizer.c
+++ b/compiler/common/charmonizer.c
@@ -2788,6 +2788,7 @@ chaz_CC_compile_exe(const char *source_path, const char 
*exe_name,
         chaz_OS_run_quietly(command);
     }
     else {
+        printf("%s\n", command);
         system(command);
     }
 
@@ -2846,6 +2847,7 @@ chaz_CC_compile_obj(const char *source_path, const char 
*obj_name,
         chaz_OS_run_quietly(command);
     }
     else {
+        printf("%s\n", command);
         system(command);
     }
 

http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/8b871807/runtime/common/charmonizer.c
----------------------------------------------------------------------
diff --git a/runtime/common/charmonizer.c b/runtime/common/charmonizer.c
index a663997..b062d94 100644
--- a/runtime/common/charmonizer.c
+++ b/runtime/common/charmonizer.c
@@ -2788,6 +2788,7 @@ chaz_CC_compile_exe(const char *source_path, const char 
*exe_name,
         chaz_OS_run_quietly(command);
     }
     else {
+        printf("%s\n", command);
         system(command);
     }
 
@@ -2846,6 +2847,7 @@ chaz_CC_compile_obj(const char *source_path, const char 
*obj_name,
         chaz_OS_run_quietly(command);
     }
     else {
+        printf("%s\n", command);
         system(command);
     }
 

Reply via email to