generate-cmdlist: avoid non-deterministic output
commit7513595a3b997e07ad525b213b83e4f0bd358bb9
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 2 Jul 2016 00:32:00 +0000 (1 17:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Nov 2017 05:56:30 +0000 (22 14:56 +0900)
treeeb7cb13e48c421f75864705e4d28b30605ed5be2
parent14c63a9dc093d6738454f6369a4f5663ca732cf7
generate-cmdlist: avoid non-deterministic output

Non-determinism makes it harder for build tools to discover when a
target needs to be rebuilt.

generate-cmdlist.sh stores the full path in a comment:

 /* Automatically generated by /build/git-agojiD/git-2.15.0/generate-cmdlist.sh */

Use the file name alone instead.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
generate-cmdlist.sh