build/buildutils/checkfilenames.py
branchRCL_3
changeset 25 9ac0a0a7da70
parent 19 04becd199f91
child 34 71c436fe3ce0
child 35 85266cc22c7f
equal deleted inserted replaced
24:0fd27995241b 25:9ac0a0a7da70
    61 # Peculiar filenames under jrt/tools directory:
    61 # Peculiar filenames under jrt/tools directory:
    62     "exemakefile", "ijg_readme", "objmakefile", "staticlibmakefile", "testexemakefile",
    62     "exemakefile", "ijg_readme", "objmakefile", "staticlibmakefile", "testexemakefile",
    63     "findtr", "syncqt", "new",
    63     "findtr", "syncqt", "new",
    64 # Other peculiar filenames:
    64 # Other peculiar filenames:
    65     "installerodclist", "installerodclist30", "midpodclist", "midpodclist30",
    65     "installerodclist", "installerodclist30", "midpodclist", "midpodclist30",
    66     "notice", "package-list", "tckrunnerodclist", "tckrunnerodclist30", "unknowncert",
    66     "notice", "package-list", "tckrunnerodclist", "tckrunnerodclist30", "unknowncert","midprootslist",
    67 ]
    67 ]
    68 
    68 
    69 # Command line options.
    69 # Command line options.
    70 opts = None
    70 opts = None
    71 # Status code to be returned when script exits.
    71 # Status code to be returned when script exits.