mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
Small tweaks to install gcc-profile-clean targets
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
09884756d8
commit
efdd1e697a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue