projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Mark build test makefiles as being incompatible with parallel make builds, as they...
[pub/USBasp.git]
/
BuildTests
/
BootloaderTest
/
makefile
diff --git
a/BuildTests/BootloaderTest/makefile
b/BuildTests/BootloaderTest/makefile
index
d15a85e
..
d73bbf3
100644
(file)
--- a/
BuildTests/BootloaderTest/makefile
+++ b/
BuildTests/BootloaderTest/makefile
@@
-13,6
+13,8
@@
# Path to the LUFA library core
LUFA_PATH := ../../LUFA/
+# Build test cannot be run with multiple parallel jobs
+.NOTPARALLEL:
all: begin testbootloaders clean end