projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24993c
)
Remove space padding on the current time when automatically generating AVR Studio...
author
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 2 Jun 2012 13:00:55 +0000
(13:00 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sat, 2 Jun 2012 13:00:55 +0000
(13:00 +0000)
Maintenance/makefile
patch
|
blob
|
blame
|
history
diff --git
a/Maintenance/makefile
b/Maintenance/makefile
index
41fb991
..
d9d1951
100644
(file)
--- 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 \
\r
target_name=`grep "TARGET *=" $$project_makefile | cut -d'=' -f2 | sed 's/ //g'`; \
\r
target_folder=`dirname $$project_makefile`; \
\r
- as4_date=`date "+%
e-%b-%Y %H:%M:%S"`;
\
\r
+ as4_date=`date "+%
-e-%b-%Y %-H:%-M:%-S"`;
\
\r
\
\r
if ( test -n "$$target_name" ); then \
\r
echo Creating AS4 project for project $$target_name; \
\r