1
0
Fork 0

Small tweaks to install gcc-profile-clean targets

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
sf_2.3.1_base
Joona Kiiski 2010-05-20 18:24:45 +03:00 committed by Marco Costalba
parent 09884756d8
commit efdd1e697a
1 changed files with 2 additions and 2 deletions

View File

@ -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