From: Joona Kiiski Date: Thu, 20 May 2010 15:24:45 +0000 (+0300) Subject: Small tweaks to install gcc-profile-clean targets X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=efdd1e697a15fba09355f3dbcb90d05524080665 Small tweaks to install gcc-profile-clean targets Signed-off-by: Marco Costalba --- diff --git a/src/Makefile b/src/Makefile index d3f3a94f..7459d06d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -400,7 +400,7 @@ popcnt-profile-build: strip: strip $(EXE) -install: default +install: -mkdir -p -m 755 $(BINDIR) -cp $(EXE) $(BINDIR) -strip $(BINDIR)/$(EXE) @@ -467,7 +467,7 @@ gcc-profile-use: all gcc-profile-clean: - @rm -rf *.gcda bench.txt + @rm -rf *.gcda *.gcno bench.txt icc-profile-prepare: $(MAKE) ARCH=$(ARCH) COMP=$(COMP) icc-profile-clean