mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
Small tweaks to install gcc-profile-clean targets
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
09884756d8
commit
efdd1e697a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user