diff options
author | Björn Gustavsson <[email protected]> | 2011-02-22 12:11:30 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-08-18 10:00:28 +0200 |
commit | f43c0a51cd15b2b0f8adba4bb9ec5531dd9d8820 (patch) | |
tree | 10f86e9e6f6e9a409123093bf3fcc1cdb01658b9 /lib/common_test/src/Makefile | |
parent | ff79167a09a55c4dc57c7ce4b245235b03b00d9c (diff) | |
download | otp-f43c0a51cd15b2b0f8adba4bb9ec5531dd9d8820.tar.gz otp-f43c0a51cd15b2b0f8adba4bb9ec5531dd9d8820.tar.bz2 otp-f43c0a51cd15b2b0f8adba4bb9ec5531dd9d8820.zip |
common_test: Use line numbers in exceptions
Remove the old kludgy parse transformations and line numbers
macros in common_test and test_server, and use the line numbers
in exceptions instead.
Diffstat (limited to 'lib/common_test/src/Makefile')
-rw-r--r-- | lib/common_test/src/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/common_test/src/Makefile b/lib/common_test/src/Makefile index f34adc0a65..5b23558a96 100644 --- a/lib/common_test/src/Makefile +++ b/lib/common_test/src/Makefile @@ -39,8 +39,6 @@ RELSYSDIR = $(RELEASE_PATH)/lib/common_test-$(VSN) # Target Specs # ---------------------------------------------------- -PARSE_TRANSFORMS= $(EBIN)/ct_line.$(EMULATOR) - MODULES= \ ct \ ct_logs \ @@ -98,7 +96,6 @@ ERL_COMPILE_FLAGS += -pa ../ebin -I../include -I $(ERL_TOP)/lib/snmp/include/ \ # Targets # ---------------------------------------------------- TARGET_FILES = \ - $(PARSE_TRANSFORMS) \ $(GEN_ERL_FILES:%.erl=$(EBIN)/%.$(EMULATOR)) \ $(BEAM_FILES) \ $(APP_TARGET) $(APPUP_TARGET) @@ -128,8 +125,6 @@ $(APP_TARGET): $(APP_SRC) ../vsn.mk $(APPUP_TARGET): $(APPUP_SRC) ../vsn.mk sed -e 's;%VSN%;$(VSN);' $< > $@ -$(BEAM_FILES): $(PARSE_TRANSFORMS) - # ---------------------------------------------------- # Release Target # ---------------------------------------------------- |