Lines Matching defs:build
38 ('build-dir=','b', "build directory (where to install from)"),
45 ('skip-build', None, "skip the build steps"),
48 boolean_options = ['force', 'compile', 'skip-build']
62 # from the umbrella 'install' command -- build (source) directory,
88 self.build()
90 # Install everything: simply dump the entire contents of the build
92 # having a build directory!)
102 def build(self):
203 files that get installed as they are named in the build tree.