This is an automatic generated email to let you know that the following patch were queued:
Subject: edid-decode: drop printf for GIT_COMMIT_DATE Author: Hans Verkuil <hverkuil-ci...@xs4all.nl> Date: Wed Aug 11 15:55:47 2021 +0200 Drop the unnecessary printf '\"' and incorporate the " instead in the --date='format-local:"%F %T"' option. Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl> Reported-by: Idar Tollefsen <itoll...@cisco.com> Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl> Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- diff --git a/Makefile b/Makefile index 287b72d94e72..6728b86688ba 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ WARN_FLAGS = -Wall -Wextra -Wno-missing-field-initializers -Wno-unused-parameter all: edid-decode sha = -DSHA=$(shell if test -d .git ; then git rev-parse --short=12 HEAD ; fi) -date = -DDATE=$(shell if test -d .git ; then printf '"'; TZ=UTC git show --quiet --date='format-local:%F %T"' --format="%cd"; fi) +date = -DDATE=$(shell if test -d .git ; then TZ=UTC git show --quiet --date='format-local:"%F %T"' --format='%cd'; fi) edid-decode: $(SOURCES) edid-decode.h Makefile $(CXX) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(WARN_FLAGS) -g $(sha) $(date) -o $@ $(SOURCES) -lm _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits