X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/2ff1370221d3650a6bc0523c93c2f0d37508f408..ecdffe2e41f13cc245e2e7cfab18486ea66330a7:/Maintenance/makefile diff --git a/Maintenance/makefile b/Maintenance/makefile index 0f126eb77..d9d195193 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -32,7 +32,7 @@ make-as4-projects: @for project_makefile in `find $(LUFA_ROOT)/Demos $(LUFA_ROOT)/Projects $(LUFA_ROOT)/Bootloaders -name makefile*`; do \ target_name=`grep "TARGET *=" $$project_makefile | cut -d'=' -f2 | sed 's/ //g'`; \ target_folder=`dirname $$project_makefile`; \ - as4_date=`date "+%e-%b-%Y %H:%M:%S"`; \ + as4_date=`date "+%-e-%b-%Y %-H:%-M:%-S"`; \ \ if ( test -n "$$target_name" ); then \ echo Creating AS4 project for project $$target_name; \ @@ -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