buildframework/helium/tools/compile/ec/sysdef2make.pl
changeset 217 0f5e3a7fb6af
parent 179 d8ac696cc51f
--- a/buildframework/helium/tools/compile/ec/sysdef2make.pl	Fri Feb 05 11:59:41 2010 +0000
+++ b/buildframework/helium/tools/compile/ec/sysdef2make.pl	Thu Mar 04 15:10:37 2010 +0200
@@ -641,12 +641,12 @@
 print(MAKEFILE "\@echo === \$(CONFIGURATION) == \$\*\n");
 print(MAKEFILE "\t\@echo -- \$\(1\) \n");
 print(MAKEFILE "\t-\@perl -e \"print '++ Started at '.localtime().\\\"\\n\\\"\"\n");
-print(MAKEFILE "\t-\@perl -e \"use Time::HiRes; print '+++ HiRes Start '.Time::HiRes::time().\\\"\\n\\\";\"\n");
+print(MAKEFILE "\t-\@python -c \"import time; print '+++ HiRes Start ',time.time();\"\n");
 print(MAKEFILE "endef\n\n");
 
 
 print(MAKEFILE "define ENDTASK\n");
-print(MAKEFILE "\t\-\@perl -e \"use Time::HiRes; print '+++ HiRes End '.Time::HiRes::time().\\\"\\n\\\";\"\n");
+print(MAKEFILE "\t\-\@python -c \"import time; print '+++ HiRes End ',time.time();\"\n");
 print(MAKEFILE "\t-\@perl -e \"print '++ Finished at '.localtime().\\\"\\n\\\"\"\n");
 print(MAKEFILE "endef\n\n");