From b191df5ebe8d2819f8a6e091f885cd450e5095d4 Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sat, 20 Jul 2013 15:15:03 +0200 Subject: [PATCH] Revert "Yet another attempt at signature-build" Still broken on OS X No functional change. --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 86693ab2..f8d65ccb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 -- 2.39.2