diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-02 13:00:55 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-06-02 13:00:55 +0000 |
| commit | 79a912a20a45957fb3828348faaa82b30a03d05a (patch) | |
| tree | 91a384acec2379cafa613f1fb1ed37b55e22b6a5 /Maintenance | |
| parent | 370a4cae8a5a2e3a13c3e57880b2ff9481bb6207 (diff) | |
Remove space padding on the current time when automatically generating AVR Studio 4 project creation/modification timestamps.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2279 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Maintenance')
| -rw-r--r-- | Maintenance/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Maintenance/makefile b/Maintenance/makefile index 41fb9910..d9d19519 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; \
|
