mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Mark build test makefiles as being incompatible with parallel make builds, as they re-use the same object directories.
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
# Path to the LUFA library core
|
||||
LUFA_PATH := ../../LUFA/
|
||||
|
||||
# Build test cannot be run with multiple parallel jobs
|
||||
.NOTPARALLEL:
|
||||
|
||||
all: begin makeboardlist testboards clean end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user