Bug 2806

Summary: proactively create build directories
Product: bake Reporter: Tom Henderson <tomh>
Component: bakeAssignee: Daniel Camara <daniel.camara>
Status: RESOLVED MOVED    
Severity: normal CC: ns-bugs
Priority: P3    
Version: unspecified   
Hardware: All   
OS: All   

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