aboutsummaryrefslogtreecommitdiffstats
path: root/Maintenance
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-03-09 22:02:29 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-03-09 22:02:29 +0000
commit3ea356a72054b540e1c529fee5f55b10324254a4 (patch)
tree53c0e2da94e0e9ba0bd48f709fc08e03ca89b506 /Maintenance
parent8de8d7ab5a280ed9fc062c4bbc0f43350de1f383 (diff)
downloadlufa-3ea356a72054b540e1c529fee5f55b10324254a4.tar.gz
lufa-3ea356a72054b540e1c529fee5f55b10324254a4.tar.bz2
lufa-3ea356a72054b540e1c529fee5f55b10324254a4.zip
Added Dataflash operational checks and aborts to all projects using the Dataflash to ensure it is working correctly before use.
Diffstat (limited to 'Maintenance')
-rw-r--r--Maintenance/makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Maintenance/makefile b/Maintenance/makefile
index d7230781d..ae40fd757 100644
--- a/Maintenance/makefile
+++ b/Maintenance/makefile
@@ -23,12 +23,6 @@ upgrade-doxygen:
done;
@echo Doxygen configuration update complete.
-# 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
-
# Check the working branch documentation, ensure no placeholder values
check-documentation-placeholders:
@echo Checking for release suitability...
@@ -42,5 +36,11 @@ check-documentation-placeholders:
fi;
@echo Done.
+# 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
+
# Validate the working branch for general release, check for placeholder documentation then build and test everything
-validate-release: check-documentation-placeholders validate-branch \ No newline at end of file
+validate-release: check-documentation-placeholders validate-branch