Bug 2806 - proactively create build directories
proactively create build directories
Status: RESOLVED MOVED
Product: bake
Classification: Unclassified
Component: bake
unspecified
All All
: P3 normal
Assigned To: Daniel Camara
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2017-10-21 11:12 UTC by Tom Henderson
Modified: 2020-04-24 16:20 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2017-10-21 11:12:09 UTC
Some build scripts will fail if the configure target directory (in bake's case, configured to 'build/lib') does not exist.  We can work around this on a package-by-package basis by adding a 'mkdir -p build/lib' pre_installation command, but it would be cleaner to just have bake do this at the start of the build process.

Suggest that './bake.py build' will create, using 'mkdir -p', the 'build/lib', 'build/share', and 'build/bin' directories, and remove all such mkdirs from bakeconf.xml.
Comment 1 Tom Henderson 2020-04-24 16:20:59 UTC
moved to: https://gitlab.com/nsnam/bake/-/issues/7