mkbuild

mk based build system
git clone git://git.2f30.org/mkbuild
Log | Files | Refs | LICENSE

commit d9b9b8dfc06e8b223cc4cbf3196b6c92f1f4e4b7
parent 7076765428499cf9ed1bf6233f54cd23faed509e
Author: Daniel Bainton <dpb@driftaway.org>
Date:   Thu,  2 Apr 2015 12:15:20 +0300

install: support extra installs

package mkfile can now have
INSTALL_EXTRA = mk_target
which runs the specified mk_target after the other installs

Diffstat:
Mmk.install | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk.install b/mk.install @@ -1,5 +1,5 @@ install:QV: install_bin install_lib install_man install_other \ - install_dirs install_symlinks + install_dirs install_symlinks $INSTALL_EXTRA if test "$INSTALL_PERMISSIONS" != ""; then eval `echo $INSTALL_PERMISSIONS | tr ' ' '\n' | paste -d ' ' - - | \ awk '{ printf("echo \"CHMOD %s ${ROOT}${PREFIX}%s\"; \