Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
e3578113
Commit
e3578113
authored
Jul 10, 2012
by
Dean Camera
Browse files
Fix Maintenance makefile calling "make" directly rather than using $(MAKE).
parent
3bf7ce15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Maintenance/makefile
View file @
e3578113
...
...
@@ -83,9 +83,9 @@ check-documentation-placeholders:
# Validate the working branch - compile all documentation, demos/projects/examples and run build tests
validate-branch
:
make
-C
$(LUFA_ROOT)
doxygen
make
-C
$(LUFA_ROOT)
all
make
-C
$(LUFA_ROOT)
/BuildTests all
$(MAKE)
-C
$(LUFA_ROOT)
doxygen
$(MAKE)
-C
$(LUFA_ROOT)
all
$(MAKE)
-C
$(LUFA_ROOT)
/BuildTests all
# Validate the working branch for general release, check for placeholder documentation then build and test everything
validate-release
:
check-documentation-placeholders validate-branch
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment