mkbuild

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

commit d34563d122da69b2316f56b9c8e7c902306b9ad1
parent 7f4414c87631579a74d4fa15d7d62a0554ff81af
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu, 19 Jun 2014 16:46:49 +0200

remove .pkgroot before installing

start afresh: this makes sure when a previous mk package failed the contents of that won't be used.

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
Mmk.package | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/mk.package b/mk.package @@ -1,6 +1,7 @@ package:QV: pkg=$(basename `pwd`) + rm -rf $(pwd)/.pkgroot env -i PATH="$PATH" configmk="$configmk" mkbuild="$mkbuild" mk install ROOT=$(pwd)/.pkgroot name="$pkg" if test x"$v" != x""; then