diff options
Diffstat (limited to 'make')
-rw-r--r-- | make/otp_subdir.mk | 2 | ||||
-rw-r--r-- | make/run_make.mk | 2 | ||||
-rw-r--r-- | make/target.mk | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/make/otp_subdir.mk b/make/otp_subdir.mk index 919eee52fc..07294c272d 100644 --- a/make/otp_subdir.mk +++ b/make/otp_subdir.mk @@ -1,7 +1,7 @@ # # %CopyrightBegin% # -# Copyright Ericsson AB 1997-2009. All Rights Reserved. +# Copyright Ericsson AB 1997-2011. All Rights Reserved. # # The contents of this file are subject to the Erlang Public License, # Version 1.1, (the "License"); you may not use this file except in diff --git a/make/run_make.mk b/make/run_make.mk index b2be384aa3..39c3668e50 100644 --- a/make/run_make.mk +++ b/make/run_make.mk @@ -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=$@ diff --git a/make/target.mk b/make/target.mk index a6493e09a5..4e13779461 100644 --- a/make/target.mk +++ b/make/target.mk @@ -54,7 +54,7 @@ endif ifneq ($(TARGET),) ifneq ($(TARGET),win32) -ifneq ($(TARGET),vxworks) +ifneq ($(findstring vxworks,$(TARGET)),vxworks) override TARGET := $(shell $(ERL_TOP)/erts/autoconf/config.sub $(TARGET)) else endif |