• R/O
  • SSH

libctools: Commit

This library contains code that extends and simplifies different operations
for C language based programs.


Commit MetaInfo

Revisión4b2d13132e463e2d1e214432d80bbde74e07e5be (tree)
Tiempo2017-02-25 21:20:13
Autors.gusarov
Commiters.gusarov

Log Message

Added comment

Cambiar Resumen

Diferencia incremental

diff -r 39d7b8993db3 -r 4b2d13132e46 scripts/cleanall.py
--- a/scripts/cleanall.py Sat Feb 25 15:14:54 2017 +0300
+++ b/scripts/cleanall.py Sat Feb 25 15:20:13 2017 +0300
@@ -22,7 +22,9 @@
2222
2323 common_clean.clean()
2424
25+ # build_info on non-standard path
2526 fs.removeFile(os.path.join(parentDir, 'build_info', 'include', 'ctools', 'version_info.h'))
27+
2628 fs.removeFile(os.path.join(parentDir, 'include', 'ctools', 'trace_bcc.h'))
2729 fs.cleanDir(os.path.join(parentDir, 'build', 'runners'))
2830
Show on old repository browser