Skip to content

Commit

Permalink
add tz to makefile strings
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Dec 11, 2024
1 parent 75c6e22 commit e768071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ $(VERSION_FILE):
$(TIMESTAMP_FILE):
@mkdir -p $(dir $(TIMESTAMP_FILE))
@LC_ALL=C date +'#define U_BOOT_DATE "%b %d %C%y"' > $@.tmp
@LC_ALL=C date +'#define U_BOOT_TIME "%T"' >> $@.tmp
@LC_ALL=C date +'#define U_BOOT_TIME "%T %Z"' >> $@.tmp
@cmp -s $@ $@.tmp && rm -f $@.tmp || mv -f $@.tmp $@

easylogo env gdb:
Expand Down

0 comments on commit e768071

Please sign in to comment.