pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/bazel



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Dec 11 01:05:03 UTC 2024

Modified Files:
        pkgsrc/devel/bazel: Makefile

Log Message:
bazel: respect MAKE_JOBS during the bazel build command

Other parts are still running with more resources than I'd like, but
this is an improvement.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/bazel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/bazel/Makefile
diff -u pkgsrc/devel/bazel/Makefile:1.9 pkgsrc/devel/bazel/Makefile:1.10
--- pkgsrc/devel/bazel/Makefile:1.9     Thu Nov 14 22:19:17 2024
+++ pkgsrc/devel/bazel/Makefile Wed Dec 11 01:05:03 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/11/14 22:19:17 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/12/11 01:05:03 maya Exp $
 
 # Java project does not work as follows:
 # Error: could not find libjava.so
@@ -52,6 +52,7 @@ SUBST_VARS.prefix+=   PREFIX
 
 EXTRA_BAZEL_ARGS+=     --tool_java_runtime_version=local_jdk
 EXTRA_BAZEL_ARGS+=     --subcommands
+EXTRA_BAZEL_ARGS+=     --jobs=${MAKE_JOBS:U1}
 MAKE_ENV+=             EXTRA_BAZEL_ARGS=${EXTRA_BAZEL_ARGS:Q}
 
 INSTALLATION_DIRS+=    bin



Home | Main Index | Thread Index | Old Index