You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2018/01/08 19:04:46 UTC

[1/2] trafodion git commit: remove code about SP_EXPORT_LIB

Repository: trafodion
Updated Branches:
  refs/heads/master 7b4ab587d -> 85690dece


remove code about SP_EXPORT_LIB


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/60ae3d22
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/60ae3d22
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/60ae3d22

Branch: refs/heads/master
Commit: 60ae3d229808811b9e58e3b27de142444a2de352
Parents: 8e332e5
Author: Kenny <xi...@esgyn.cn>
Authored: Mon Jan 8 08:34:00 2018 +0000
Committer: Kenny <xi...@esgyn.cn>
Committed: Mon Jan 8 08:34:00 2018 +0000

----------------------------------------------------------------------
 core/seamonster/src/Makefile               | 1 -
 core/sql/nskgmake/executor/Makefile        | 3 ---
 core/sql/nskgmake/tdm_sqlmxevents/Makefile | 1 -
 3 files changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/60ae3d22/core/seamonster/src/Makefile
----------------------------------------------------------------------
diff --git a/core/seamonster/src/Makefile b/core/seamonster/src/Makefile
index 94b416e..bcc84d0 100644
--- a/core/seamonster/src/Makefile
+++ b/core/seamonster/src/Makefile
@@ -56,7 +56,6 @@ $(LIBOBJ): $(LIBSRC) $(INCSRC)
 	$(CC) $(CCFLAGS) $(INCLUDES) $*.c $(LDFLAGS) -c
 
 $(LIBSM): $(LIBOBJ)
-	-mkdir -p $(SP_EXPORT_LIB)
 	$(CC) $(LDFLAGS) $(CCFLAGS) -Wall -Werror -shared \
 		-Wl,-soname,libsm.so -o $@ $(LIBOBJ) -lrt
 

http://git-wip-us.apache.org/repos/asf/trafodion/blob/60ae3d22/core/sql/nskgmake/executor/Makefile
----------------------------------------------------------------------
diff --git a/core/sql/nskgmake/executor/Makefile b/core/sql/nskgmake/executor/Makefile
index 1b85950..ca487fb 100755
--- a/core/sql/nskgmake/executor/Makefile
+++ b/core/sql/nskgmake/executor/Makefile
@@ -130,8 +130,5 @@ CPPSRC += vers_libexecutor.cpp \
 	ExSMReadyList.cpp \
 	ExFastTransport.cpp
 
-ifneq ($(SP_DIS),)
-EXTERN_LIBS := $(SP_EXPORT_LIB)/libwrappersq.so
-endif
 SYS_LIBS := -lrt -lpthread
 SRCPATH := bin executor runtimestats porting_layer qmscommon

http://git-wip-us.apache.org/repos/asf/trafodion/blob/60ae3d22/core/sql/nskgmake/tdm_sqlmxevents/Makefile
----------------------------------------------------------------------
diff --git a/core/sql/nskgmake/tdm_sqlmxevents/Makefile b/core/sql/nskgmake/tdm_sqlmxevents/Makefile
index eb395d1..ca35880 100755
--- a/core/sql/nskgmake/tdm_sqlmxevents/Makefile
+++ b/core/sql/nskgmake/tdm_sqlmxevents/Makefile
@@ -29,6 +29,5 @@ DEFS := -DSQLMXEVENTS_LIB
 
 ifeq ($(TARGTYPE),linux)
 EXTERN_LIBS := $(XMPIROOT)/libevlsq.so
-#EXTERN_LIBS += $(SP_EXPORT_LIB)/libwrappersq.so
 CPPSRC += vers_libtdm_sqlmxevents.cpp
 endif


[2/2] trafodion git commit: Merge PR 1379 [TRAFODION-2892] remove code about SP_EXPORT_LIB

Posted by se...@apache.org.
Merge PR 1379 [TRAFODION-2892] remove code about SP_EXPORT_LIB


Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/85690dec
Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/85690dec
Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/85690dec

Branch: refs/heads/master
Commit: 85690dece64077b1a4898eb6e1df4742012bbb03
Parents: 7b4ab58 60ae3d2
Author: selvaganesang <se...@apache.org>
Authored: Mon Jan 8 19:04:26 2018 +0000
Committer: selvaganesang <se...@apache.org>
Committed: Mon Jan 8 19:04:26 2018 +0000

----------------------------------------------------------------------
 core/seamonster/src/Makefile               | 1 -
 core/sql/nskgmake/executor/Makefile        | 3 ---
 core/sql/nskgmake/tdm_sqlmxevents/Makefile | 1 -
 3 files changed, 5 deletions(-)
----------------------------------------------------------------------