Skip to content

Commit

Permalink
https://github.com/rusefi/rusefi/pull/6031
Browse files Browse the repository at this point in the history
only: flock docs
  • Loading branch information
rusefillc committed Feb 24, 2024
1 parent a9c94fc commit 14c0e4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions firmware/bundle.mk
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ BUNDLE_FILES = \
$(FOLDER_TARGETS) \
$(CONSOLE_FOLDER_TARGETS)

#
# problem statement: 'make -j4' could easily attempt to run parallel gradle processes. gradle does not seem to like it
# see notes at https://github.com/rusefi/rusefi/pull/6031
#

FLOCK = flock /tmp/java.lock

$(CONSOLE_OUT):
Expand Down

0 comments on commit 14c0e4d

Please sign in to comment.