Home | History | Annotate | Download | only in Scripts

Lines Matching refs:Modified

160                     new_line = "gBUILD_VERSION = \"Developer Build based on Revision: %s with Modified Sources\"" % Rev

191 new_line = "#define __BUILD_VERSION \"Developer Build based on Revision: %s with Modified Sources\"" % \
236 """ Get the current revision of the BaseTools/Source tree, and check if any of the files have been modified """
238 Modified = False
242 return (Revision, Modified)
245 # Check if there are modified files.
255 Modified = True
263 return 0, Modified
270 return (Revision, Modified)
387 Revision, Modified = GetSvnRevision(options)
389 sys.stdout.write("Revision: %s is Modified: %s\n" % (Revision, Modified))
391 UpdateBuildVersionH(Revision, Modified, options)
392 UpdateBuildVersionPython(Revision, Modified, options)