Skip to content

Commit

Permalink
otp,erts: Add phony valgrind target
Browse files Browse the repository at this point in the history
To avoid conflict with directory erts/emulator/valgrind
  • Loading branch information
sverker committed Dec 19, 2011
1 parent 7fcc77d commit 2db25ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion erts/emulator/Makefile.in
Expand Up @@ -426,7 +426,7 @@ endif
@set -e ; cd zlib && $(MAKE) clean
rm -f $(OBJS) $(OBJDIR)/libepcre.a

.PHONY: all zlib clean
.PHONY: all zlib clean valgrind

docs:

Expand Down
2 changes: 2 additions & 0 deletions make/run_make.mk
Expand Up @@ -27,6 +27,8 @@

include $(ERL_TOP)/make/target.mk

.PHONY: valgrind

opt debug purify quantify purecov valgrind gcov gprof lcnt:
$(MAKE) -f $(TARGET)/Makefile TYPE=$@

Expand Down

0 comments on commit 2db25ad

Please sign in to comment.