mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Add sha256sum to release directory.
This commit is contained in:
parent
cffa7fa7b7
commit
fa5f1b826e
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -505,6 +505,10 @@ release-shared: release-man release-readme release-scripts
|
|||
|
||||
.PHONY: release
|
||||
release: release-arch release-shared
|
||||
cd $(SORTIX_RELEASE_DIR)/$(VERSION) && \
|
||||
find . -type f '!' -name sha256sum -exec sha256sum '{}' ';' | \
|
||||
sed -E 's,^([^ ]* )\./,\1,' | \
|
||||
LC_ALL=C sort -k 2 > sha256sum
|
||||
|
||||
# Virtualization
|
||||
.PHONY: run-virtualbox
|
||||
|
|
Loading…
Add table
Reference in a new issue