diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-01 22:32:43 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-01 22:32:43 +0000 |
| commit | a0a30d5afb506b55655de244f1c7f6b1857279d8 (patch) | |
| tree | 9a4fe8e631f6d4ec98942b4e7f1dc2349d25283f /Maintenance/makefile | |
| parent | e9e038c0481fce5dec33572801d450c4d0c73aef (diff) | |
Switch over Demos, Bootloaders and Projects to the new and improved build system.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2264 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Maintenance/makefile')
| -rw-r--r-- | Maintenance/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Maintenance/makefile b/Maintenance/makefile index 0f126eb7..41fb9910 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -83,9 +83,9 @@ check-documentation-placeholders: # Validate the working branch - compile all documentation, demos/projects/examples and run build tests
validate-branch:
- make -s -C $(LUFA_ROOT) doxygen
- make -s -C $(LUFA_ROOT) all
- make -s -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
|
