]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Avoid using sha1sum when calculating build ID
authorMichael Brown <mcb30@ipxe.org>
Sun, 31 Jan 2021 00:30:10 +0000 (00:30 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 31 Jan 2021 00:30:10 +0000 (00:30 +0000)
commit3a2411b43f840f11f667a22d061d01826f75f818
treee67f0ffcb875815a882764f618881e78e9c8d356
parent82dbca4938704d543d8b7b215708a416b51dbf9d
[build] Avoid using sha1sum when calculating build ID

The sha1sum command may not be available on all systems.  Use the
POSIX-confirming cksum instead.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping