Improve ABC repository management in Makefile
authorXiretza <xiretza@xiretza.xyz>
Wed, 29 Jan 2020 18:05:23 +0000 (19:05 +0100)
committerXiretza <xiretza@xiretza.xyz>
Thu, 12 Mar 2020 18:26:21 +0000 (19:26 +0100)
commit9dedac50e220d28d96a456b75af61dace18fd7f6
tree154f7de99e934e6da2014895ae6c80ab9eedfae3
parenta0cc795e85541b0326b6d4396a726142f0d0f8bb
Improve ABC repository management in Makefile

`rev-parse --short` output may have a different abbreviated hash length than
ABCREV, so a simple string comparison always fails, even if the correct
commit is checked out. Pass both commits through rev-parse and then
compare the full hashes instead.

Add an `echo-abc-rev` target so that packaging scripts can set ABCPULL=0 and
handle all the git nastiness themselves.
Makefile