Lines Matching full:directory
46 source_dir application source directory
52 A "pristine" build directory is empty. The -p option controls
53 whether the build directory is made pristine before the build
80 '''Source directory for the build, or None on error.'''
83 '''Final build directory used to run the build, or None on error.'''
86 '''True if the build directory was created; False otherwise.'''
117 help='build directory to create or use')
133 or sample.yaml. If source directory is not used
137 If source directory is passed
214 self.die("source directory specified twice:({} and {})".format(
432 'source directory {} does not exist'.format(app))
445 # If we created the build directory, we must run CMake.
446 self.dbg('setting up build directory', level=Verbosity.DBG_EXTREME)
459 self.die('build directory {} exists and is not a directory'.
470 # implicitly from the build directory's CMake cache, or using the
471 # default (current working directory).
472 self.dbg('setting up source directory', level=Verbosity.DBG_EXTREME)
485 # This really ought to be there. The build directory
487 self.die('build directory', self.build_dir,
497 self.die('source and build directory {} cannot be the same; '
498 'use --build-dir {} to specify a build directory'.
504 'it looks like {srcrel} is a build directory: '
509 'source directory "{srcrel}" does not contain '
512 'the application source directory)'.
544 # If the build directory specifies a source app, make sure it's
551 'Build directory "{}" is for application "{}", but source '
552 'directory "{}" was specified; please clean it, use --pristine, '
553 'or use --build-dir to set another build directory'.
580 'Build directory {} targets board {}, but board {} was specified. '
581 '(Clean the directory, use --pristine, or use --build-dir to '
642 # Invoke CMake from the current working directory using the