- Bootstrap/ moved one level up

- pmodules.xyz() functions renamed to pbuild::xyz()
- use pbuild for bootstrapping components
This commit is contained in:
2015-09-17 15:03:03 +02:00
parent 99a7feb85c
commit eee5c158cb
31 changed files with 135 additions and 60 deletions

8
bin/pbuild Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
source $(dirname $0)/../lib/lib.bash
declare -rx BUILD_BLOCK=$(std::abspath "$1")
declare -rx BUILD_BLOCK_DIR=$(dirname "${BUILD_BLOCK}")
shift 1
source $(dirname $0)/../lib/libpmodules.bash
source "${BUILD_BLOCK}"