tHandle more different man/prefix variables - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
(DIR) commit d87965080a91693e45637e6cc5749a4455d4c950
(DIR) parent 5596de2d3a3d57b3a5b0127ac87925c73ae1e2b1
(HTM) Author: z3bra <willyatmailoodotorg>
Date: Fri, 22 Jan 2016 23:31:45 +0100
Handle more different man/prefix variables
Diffstat:
M config.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/config.mk b/config.mk
t@@ -1,6 +1,7 @@
CROSS = /opt/cross/x86_64
PATH = ${CROSS}/bin:${PATH}
TOOLCHAIN_TRIPLET = x86_64-linux-musl
+NPROC = 4
CC = ${TOOLCHAIN_TRIPLET}-gcc
LD = $CC
t@@ -15,7 +16,7 @@ CBUILD = ${TOOLCHAIN_TRIPLET}
CPPFLAGS =
CFLAGS = ${CPPFLAGS}
LDFLAGS = -static
-MAKEFLAGS = -j4 PREFIX= MANDIR=/man MANPREFIX=/man
+MAKEFLAGS = -j4 PREFIX= prefix= MANDIR=/man mandir=/man MANPREFIX=/man
CONFIGURE = --prefix= \
--build=${CBUILD} \
--host=${CHOST} \