Files
MX_Pmodule/Bootstrap/bash/build
Achim Gsell 180de2f492 Bootstrap:
- new command 'modbuild' to build modules
- separate bootstrapping from other build-blocks
- review BASH libraries
- adapt build-blocks in bootstrapping
2015-09-18 18:24:02 +02:00

11 lines
165 B
Plaintext
Executable File

#!/usr/bin/env modbuild
pbuild::configure() {
"${MODULE_SRCDIR}"/configure \
--prefix="${PREFIX}" \
|| exit 1
}
pbuild::add_to_group 'Tools'
pbuild::make_all