Bootstrap:

- new command 'modbuild' to build modules
- separate bootstrapping from other build-blocks
- review BASH libraries
- adapt build-blocks in bootstrapping
This commit is contained in:
2015-09-18 18:24:02 +02:00
parent 2cdf1f152e
commit 180de2f492
20 changed files with 306 additions and 397 deletions
-8
View File
@@ -1,8 +0,0 @@
#!/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}"