remove 'out/' prefix in manifest.txt
This commit is contained in:
parent
8b98574565
commit
ca3e7960ea
2
Makefile
2
Makefile
|
@ -153,7 +153,7 @@ $(OUT_DIR)/manifest.txt: | $(OUT_DIR)
|
||||||
-type f \
|
-type f \
|
||||||
-not -path "$(OUT_DIR)/manifest.txt" \
|
-not -path "$(OUT_DIR)/manifest.txt" \
|
||||||
-exec openssl sha256 -r {} \; \
|
-exec openssl sha256 -r {} \; \
|
||||||
| sed -e 's/ \*/ /g' -e 's/ \.\// /g' \
|
| sed -e 's/ \*out\// /g' -e 's/ \.\// /g' \
|
||||||
| LC_ALL=C sort -k2 \
|
| LC_ALL=C sort -k2 \
|
||||||
> $@
|
> $@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue