[Asterisk-code-review] main/Makefile: Remove rule for non-existant testexpr2. (asterisk[13])
Corey Farrell
asteriskteam at digium.com
Mon Oct 23 13:45:42 CDT 2017
Corey Farrell has uploaded this change for review. ( https://gerrit.asterisk.org/6881
Change subject: main/Makefile: Remove rule for non-existant testexpr2.
......................................................................
main/Makefile: Remove rule for non-existant testexpr2.
Change-Id: Ibb3e47f27a395d74d8c5263db015b05434f5969b
---
M main/Makefile
1 file changed, 0 insertions(+), 6 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/81/6881/1
diff --git a/main/Makefile b/main/Makefile
index 18f1025..8e06ce3 100644
--- a/main/Makefile
+++ b/main/Makefile
@@ -142,12 +142,6 @@
ast_expr2f.o: _ASTCFLAGS+=-Wno-unused
cdr.o: _ASTCFLAGS+=$(AST_NO_FORMAT_TRUNCATION)
-testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
- $(CC) -g -c -Iinclude -DSTANDALONE ast_expr2f.c
- $(CC) -g -c -Iinclude -DSTANDALONE ast_expr2.c
- $(CC) -g -o testexpr2 ast_expr2f.o ast_expr2.o -lm
- rm ast_expr2.o ast_expr2f.o
-
ifneq ($(LIBEDIT_INTERNAL),no)
LIBEDIT_OBJ=editline/libedit.a
LIBEDIT_INCLUDE=-I. -Ieditline
--
To view, visit https://gerrit.asterisk.org/6881
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibb3e47f27a395d74d8c5263db015b05434f5969b
Gerrit-Change-Number: 6881
Gerrit-PatchSet: 1
Gerrit-Owner: Corey Farrell <git at cfware.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171023/8998c0e9/attachment.html>
More information about the asterisk-code-review
mailing list