diff options
author | maya <maya@pkgsrc.org> | 2020-01-19 18:20:45 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2020-01-19 18:20:45 +0000 |
commit | f55a198a535004e7a198cd6f7a9c04cb844d6b07 (patch) | |
tree | 99ae7f41b959638975b58132b3560beb846a4f45 /devel/cbindgen | |
parent | 1aee42c9a82645955dc76b6b0054f1f94e9751a9 (diff) | |
download | pkgsrc-f55a198a535004e7a198cd6f7a9c04cb844d6b07.tar.gz |
Rename EFFECTIVE_MAKE_JOBS -> _MAKE_JOBS_N, suggested by gdt.
I am under the impression we use _THING to mean "defined by the
implementation", which would be similar to the C meaning of __ prefix,
rather than "private to this file".
Diffstat (limited to 'devel/cbindgen')
-rw-r--r-- | devel/cbindgen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cbindgen/Makefile b/devel/cbindgen/Makefile index 973cbbeacbc..eec3aae9b07 100644 --- a/devel/cbindgen/Makefile +++ b/devel/cbindgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2020/01/19 16:52:46 maya Exp $ +# $NetBSD: Makefile,v 1.13 2020/01/19 18:20:45 maya Exp $ DISTNAME= cbindgen-0.12.1 CATEGORIES= devel @@ -48,7 +48,7 @@ CARGO_CRATE_DEPENDS+= winapi-x86_64-pc-windows-gnu-0.4.0 INSTALLATION_DIRS= bin do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --locked --frozen --release -j${EFFECTIVE_MAKE_JOBS} + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/cargo build --locked --frozen --release -j${_MAKE_JOBS_N} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/target/release/cbindgen ${DESTDIR}${PREFIX}/bin |