Lines Matching full:files
8 # Check if generated files are up-to-date.
19 -u Update the files rather than return an error for out-of-date files.
20 -l List generated files, but do not update them.
53 # Run SCRIPT and check that it does not modify any of the specified files.
55 # regular files.
57 # list of files in the directory. Running SCRIPT must not modify any file
58 # in the directory and must not add or remove files either.
87 # Compare the script output to the old files and remove backups
107 # Check if there are any new files
109 echo "Files were deleted or created by '$SCRIPT'"
120 # scripts/code_style.py accordingly. For generated C source files (*.h or *.c),
121 # the format must be "check SCRIPT FILENAME...". For other source files,
124 # Note: Instructions to generate those files are replicated in:
142 # generate_visualc_files enumerates source files (library/*.c). It doesn't
143 # care about their content, but the files must exist. So it must run after
144 # the step that creates or updates these files.
148 # Generated files that are present in the repository even in the development