mirror of
https://github.com/openXC7/prjxray.git
synced 2026-08-22 14:06:54 +02:00
Merge pull request #696 from antmicro/lock-mergedb
utils: mergedb: lock database accesses
This commit is contained in:
+4
-1
@@ -11,7 +11,10 @@ FUZZONLY=N
|
||||
BITONLY=N
|
||||
|
||||
all:
|
||||
clean: clean_fuzzers clean_logs
|
||||
clean: clean_fuzzers clean_logs clean_locks
|
||||
|
||||
clean_locks:
|
||||
rm -rf /tmp/segbits_*.db.lock
|
||||
|
||||
define fuzzer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user