~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/make-lint.py

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2010-06-27 00:19:00 UTC
  • mfrom: (1548.3.1 drizzle_pbms)
  • mto: (1643.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1644.
  • Revision ID: barry.leslie@primebase.com-20100627001900-8ij2wrnpwka0hw75
Merged in Monty's chnages to get hudson distcheck to work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
    # Let's not lint emacs autosave files
127
127
    if (os.path.split(path)[-1].startswith('.#')):
128
128
        return False
129
 
    for exclude in ['innobase', 'pbxt', 'gnulib', '.pb.', 'bak-header', 'm4',
 
129
    # We need to figure out how to better express this
 
130
    for exclude in ['innobase', 'pbxt', 'pbms', 'gnulib', '.pb.', 'bak-header', 'm4',
130
131
        'sql_yacc', 'gperf', 'drizzled/probes.h',
131
132
        'drizzled/function_hash.h', 'drizzled/symbol_hash.h',
132
133
        'util/dummy.cc', 'drizzled/sql_yacc.h', 'drizzled/configmake.h',