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
/
SingleUSBModeTest
/
makefile
diff --git
a/BuildTests/SingleUSBModeTest/makefile
b/BuildTests/SingleUSBModeTest/makefile
index
7b5b060
..
d31f5f0
100644
(file)
--- a/
BuildTests/SingleUSBModeTest/makefile
+++ b/
BuildTests/SingleUSBModeTest/makefile
@@
-14,6
+14,9
@@
# Path to the LUFA library core
LUFA_PATH := ../../LUFA/
+# Build test cannot be run with multiple parallel jobs
+.NOTPARALLEL:
+
all: begin compile clean end
begin: