1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 00:33:09 +00:00

Revert "Yet another attempt at signature-build"

Still broken on OS X

No functional change.
This commit is contained in:
Marco Costalba 2013-07-20 15:15:03 +02:00
parent 3e95800814
commit b191df5ebe

View file

@ -447,7 +447,8 @@ profile-build:
embed-signature:
@echo "Running benchmark for getting the signature ..."
@$(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
signature-build: build embed-signature