Bugzilla – Bug 2806
proactively create build directories
Last modified: 2020-04-24 16:20:59 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.
moved to: https://gitlab.com/nsnam/bake/-/issues/7