Add a module that wraps a Makefile into a module.
This commit is contained in:
parent
9e3137d0a8
commit
4a57c03bc3
7 changed files with 58 additions and 0 deletions
10
scripts/build.make.none/build.install-make
Normal file
10
scripts/build.make.none/build.install-make
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
build_target @NAME@
|
||||
|
||||
echo "Installing @NAME@ (via Makefile)"
|
||||
export MAKE_OBJDIR="$(pwd)/obj/@NAME@"
|
||||
mkdir -p "${MAKE_OBJDIR}"
|
||||
do_cmd make -e -C "src/@NAME@/" install
|
||||
print_success "Done"
|
||||
|
||||
# kate: @KATE_MODELINE@
|
||||
# vim: syntax=sh:@VIM_MODELINE@
|
||||
Loading…
Add table
Add a link
Reference in a new issue