projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ensure the BULD build system module produces a LSS listing file output when the ...
[pub/USBasp.git]
/
Maintenance
/
makefile
diff --git
a/Maintenance/makefile
b/Maintenance/makefile
index
0f126eb
..
41fb991
100644
(file)
--- a/
Maintenance/makefile
+++ b/
Maintenance/makefile
@@
-83,9
+83,9
@@
check-documentation-placeholders:
\r
# Validate the working branch - compile all documentation, demos/projects/examples and run build tests
\r
validate-branch:
\r
\r
# Validate the working branch - compile all documentation, demos/projects/examples and run build tests
\r
validate-branch:
\r
- make -
s -
C $(LUFA_ROOT) doxygen
\r
- make -
s -
C $(LUFA_ROOT) all
\r
- make -
s -
C $(LUFA_ROOT)/BuildTests all
\r
+ make -C $(LUFA_ROOT) doxygen
\r
+ make -C $(LUFA_ROOT) all
\r
+ make -C $(LUFA_ROOT)/BuildTests all
\r
\r
# Validate the working branch for general release, check for placeholder documentation then build and test everything
\r
validate-release: check-documentation-placeholders validate-branch
\r
\r
# Validate the working branch for general release, check for placeholder documentation then build and test everything
\r
validate-release: check-documentation-placeholders validate-branch
\r