projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5af18ba
)
Disable inbuilt make rules in the LUFA build system for speedups when compiling many...
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 3 Jun 2012 14:32:29 +0000
(14:32 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 3 Jun 2012 14:32:29 +0000
(14:32 +0000)
LUFA/Build/lufa.core.in
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Build/lufa.core.in
b/LUFA/Build/lufa.core.in
index
d111aad
..
13372c4
100644
(file)
--- a/
LUFA/Build/lufa.core.in
+++ b/
LUFA/Build/lufa.core.in
@@
-102,4
+102,8
@@
list_optional:
@echo Optional Variables for Included Modules: $(SORTED_LUFA_OPTIONAL_VARS)
\r
\r
# Phony build targets for this module
\r
@echo Optional Variables for Included Modules: $(SORTED_LUFA_OPTIONAL_VARS)
\r
\r
# Phony build targets for this module
\r
-.PHONY: help list_modules list_targets list_mandatory list_optional
\ No newline at end of file
+.PHONY: help list_modules list_targets list_mandatory list_optional
\r
+
\r
+# Disable default in-built make rules (those that are needed are explicitly
\r
+# defined, and doing so has performance benefits when recursively building)
\r
+.SUFFIXES:
\r