mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00: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
+2
-2
@@ -400,7 +400,7 @@ popcnt-profile-build:
|
|||||||
strip:
|
strip:
|
||||||
strip $(EXE)
|
strip $(EXE)
|
||||||
|
|
||||||
install: default
|
install:
|
||||||
-mkdir -p -m 755 $(BINDIR)
|
-mkdir -p -m 755 $(BINDIR)
|
||||||
-cp $(EXE) $(BINDIR)
|
-cp $(EXE) $(BINDIR)
|
||||||
-strip $(BINDIR)/$(EXE)
|
-strip $(BINDIR)/$(EXE)
|
||||||
@@ -467,7 +467,7 @@ gcc-profile-use:
|
|||||||
all
|
all
|
||||||
|
|
||||||
gcc-profile-clean:
|
gcc-profile-clean:
|
||||||
@rm -rf *.gcda bench.txt
|
@rm -rf *.gcda *.gcno bench.txt
|
||||||
|
|
||||||
icc-profile-prepare:
|
icc-profile-prepare:
|
||||||
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) icc-profile-clean
|
$(MAKE) ARCH=$(ARCH) COMP=$(COMP) icc-profile-clean
|
||||||
|
|||||||
Reference in New Issue
Block a user