mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 16:53:09 +00:00
Revert "Yet another attempt at signature-build"
Still broken on OS X No functional change.
This commit is contained in:
parent
3e95800814
commit
b191df5ebe
1 changed files with 2 additions and 1 deletions
|
@ -447,7 +447,8 @@ profile-build:
|
||||||
embed-signature:
|
embed-signature:
|
||||||
@echo "Running benchmark for getting the signature ..."
|
@echo "Running benchmark for getting the signature ..."
|
||||||
@$(SIGNBENCH) 2>&1 | sed -n 's/Nodes searched : \(.*\)/\/string Version\/s\/"\\(.*\\)"\/"sig-\1"\//p' > sign.txt
|
@$(SIGNBENCH) 2>&1 | sed -n 's/Nodes searched : \(.*\)/\/string Version\/s\/"\\(.*\\)"\/"sig-\1"\//p' > sign.txt
|
||||||
@sed -i'' -f sign.txt misc.cpp
|
@sed -f sign.txt misc.cpp > misc2.cpp
|
||||||
|
@mv misc2.cpp misc.cpp
|
||||||
@rm sign.txt
|
@rm sign.txt
|
||||||
|
|
||||||
signature-build: build embed-signature
|
signature-build: build embed-signature
|
||||||
|
|
Loading…
Add table
Reference in a new issue