Changeset 571239a in mainline for tools/autotool.py


Ignore:
Timestamp:
2012-11-16T15:36:29Z (11 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
20f8111
Parents:
9234566
Message:

When writing an auto-generated file, note which program generated it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/autotool.py

    r9234566 r571239a  
    563563        outmk.write('#########################################\n')
    564564        outmk.write('## AUTO-GENERATED FILE, DO NOT EDIT!!! ##\n')
     565        outmk.write('## Generated by: tools/autotool.py     ##\n')
    565566        outmk.write('#########################################\n\n')
    566567       
     
    580581        outhd.write('/***************************************\n')
    581582        outhd.write(' * AUTO-GENERATED FILE, DO NOT EDIT!!! *\n')
     583        outhd.write(' * Generated by: tools/autotool.py     *\n')
    582584        outhd.write(' ***************************************/\n\n')
    583585       
Note: See TracChangeset for help on using the changeset viewer.