Changeset 571239a in mainline
- Timestamp:
- 2012-11-16T15:36:29Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 20f8111
- Parents:
- 9234566
- Location:
- tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/autotool.py
r9234566 r571239a 563 563 outmk.write('#########################################\n') 564 564 outmk.write('## AUTO-GENERATED FILE, DO NOT EDIT!!! ##\n') 565 outmk.write('## Generated by: tools/autotool.py ##\n') 565 566 outmk.write('#########################################\n\n') 566 567 … … 580 581 outhd.write('/***************************************\n') 581 582 outhd.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n') 583 outhd.write(' * Generated by: tools/autotool.py *\n') 582 584 outhd.write(' ***************************************/\n\n') 583 585 -
tools/config.py
r9234566 r571239a 388 388 outmk.write('#########################################\n') 389 389 outmk.write('## AUTO-GENERATED FILE, DO NOT EDIT!!! ##\n') 390 outmk.write('## Generated by: tools/config.py ##\n') 390 391 outmk.write('#########################################\n\n') 391 392 392 393 outmc.write('/***************************************\n') 393 394 outmc.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n') 395 outmc.write(' * Generated by: tools/config.py *\n') 394 396 outmc.write(' ***************************************/\n\n') 395 397 -
tools/mkarray.py
r9234566 r571239a 95 95 header.write('/***************************************\n') 96 96 header.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n') 97 header.write(' * Generated by: tools/mkarray.py *\n') 97 98 header.write(' ***************************************/\n\n') 98 99 header.write("#ifndef %s_H_\n" % label) … … 109 110 data.write('/***************************************\n') 110 111 data.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n') 112 data.write(' * Generated by: tools/mkarray.py *\n') 111 113 data.write(' ***************************************/\n\n') 112 114 data.write("#include \"%s.h\"\n\n" % dest) -
tools/pack.py
r9234566 r571239a 155 155 header.write('/***************************************\n') 156 156 header.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n') 157 header.write(' * Generated by: tools/pack.py *\n') 157 158 header.write(' ***************************************/\n\n') 158 159 header.write("#ifndef BOOT_COMPONENTS_H_\n") … … 177 178 data.write('/***************************************\n') 178 179 data.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n') 180 data.write(' * Generated by: tools/pack.py *\n') 179 181 data.write(' ***************************************/\n\n') 180 182 data.write("#include <typedefs.h>\n")
Note:
See TracChangeset
for help on using the changeset viewer.