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>
Wed, 29 Jan 2020 18:10:54 +0000 (19:10 +0100)
commit90404e1969443a1b8a767ab8f3dc311709c5fe9d
tree5f98f61aa3f83dff488abf7c94108eb632783add
parent2a746234fec2f6d14e9bfa40fd7f3478cdd539ea
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