o option for flock

This commit is contained in:
David Holdeman 2024-03-03 21:10:54 -06:00 committed by rusefillc
parent 9ecff90a46
commit d8041488d2
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ JAVA_TOOLS = $(PROJECT_DIR)/../java_tools
# Once it isn't locked, it locks it, runs the command, then unlocks it once the command is finished.
# Note that flock doesn't ship on macOS. You can install it with `brew install flock`
# On Windows, flock comes with Cygwin.
FLOCK = flock /tmp/java.lock
FLOCK = flock -o /tmp/java.lock
FIELDS = $(PROJECT_DIR)/../java_console/models/src/main/java/com/rusefi/config/generated/Fields.java