X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/4cd80263ff477e81ab88dc76f32103f3852a0468..cff8a751bb4b6174bfc226dee72bec9cb9363122:/Maintenance/makefile?ds=sidebyside diff --git a/Maintenance/makefile b/Maintenance/makefile index b401f127e..04d15d2aa 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2012. +# Copyright (C) Dean Camera, 2013. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -27,11 +27,11 @@ upgrade-doxygen: @echo Doxygen configuration update complete. # Make all possible bootloaders for all targets and configurations as set by the BootloaderTest build test -# and store them in a seperate directory called "Bootloaders" +# and store them in a separate directory called "Bootloaders" make_bootloaders: @echo "build_bootloaders:" > BuildMakefile @printf "\t-mkdir Bootloaders 2>/dev/null\n\n" >> BuildMakefile - + @while read line; \ do \ build_cfg=`echo $$line | grep -v "#" | sed 's/ //g'`; \ @@ -83,4 +83,4 @@ validate-branch: validate-release: check-documentation-placeholders validate-branch -.PHONY: all upgrade-doxygen make-as4-projects make_bootloaders check-documentation-placeholders validate-branch \ No newline at end of file +.PHONY: all upgrade-doxygen make_bootloaders check-documentation-placeholders validate-branch \ No newline at end of file