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 <[email protected]> Authored: Mon Jan 8 08:34:00 2018 +0000 Committer: Kenny <[email protected]> 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
