File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ $(OUTPUT)%.xml : %.txt
267
267
$(ASCIIDOC ) -b docbook -d manpage \
268
268
$(ASCIIDOC_EXTRA ) -aperf_version=$(PERF_VERSION ) \
269
269
-aperf_date=$(shell git log -1 --pretty="format:% cd" \
270
- --date=short $< ) \
270
+ --date=short --no-show-signature $< ) \
271
271
-o $@ + $< && \
272
272
mv $@ + $@
273
273
Original file line number Diff line number Diff line change 19
19
if test -d ../../.git -o -f ../../.git
20
20
then
21
21
TAG=$( MAKEFLAGS= make -sC ../.. kernelversion)
22
- CID=$( git log -1 --abbrev=12 --pretty=format:" %h" 2> /dev/null) && CID=" -g$CID "
22
+ CID=$( git log -1 --abbrev=12 --pretty=format:" %h" --no-show-signature 2> /dev/null) && CID=" -g$CID "
23
23
elif test -f ../../PERF-VERSION-FILE
24
24
then
25
25
TAG=$( cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e ' s/\"//g' )
You can’t perform that action at this time.
0 commit comments