You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2015/10/02 18:12:42 UTC

[1/2] incubator-trafodion git commit: Modified top level makefile to package trafodion source

Repository: incubator-trafodion
Updated Branches:
  refs/heads/master 469408f8e -> ed5888e56


Modified top level makefile to package trafodion source


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

Branch: refs/heads/master
Commit: 444e0409cf4ef76e24507b05b32a5cc8ccc0ece9
Parents: 9cfd17d
Author: Anuradha Hegde <an...@esgyn.com>
Authored: Wed Sep 30 18:30:20 2015 +0000
Committer: Anuradha Hegde <an...@esgyn.com>
Committed: Wed Sep 30 18:30:20 2015 +0000

----------------------------------------------------------------------
 Makefile           | 5 +++++
 core/Makefile      | 2 +-
 core/rest/Makefile | 2 +-
 dcs/Makefile       | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/444e0409/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index daaa96c..15a8493 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,11 @@ package-all: package
 	echo "Packaging all Trafodion components"
 	cd core && $(MAKE) package-all 
 
+package-src: 
+	echo "Packaging source for all Trafodion components"
+	mkdir -p distribution
+	git ls-files  |tar -cf distribution/trafodion-src.tar.gz -T -
+
 eclipse: 
 	echo "Making eclipse projects for Trafodion components"
 	cd core && $(MAKE) eclipse 

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/444e0409/core/Makefile
----------------------------------------------------------------------
diff --git a/core/Makefile b/core/Makefile
index c63384e..2981ec8 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -116,7 +116,7 @@ clean: sqroot
 	cd ../dcs &&			$(MAKE) clean 
 	$(RM) -r ../${DISTRIBUTION_DIR}
 
-cleanall: sqroot
+cleanall: sqroot eclipseclean cleantests
 	cd $(MPI_TARGET) &&		$(MAKE) clean-local
 	cd dbsecurity &&		$(MAKE) cleanall
 	cd sqf &&			$(MAKE) cleanall

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/444e0409/core/rest/Makefile
----------------------------------------------------------------------
diff --git a/core/rest/Makefile b/core/rest/Makefile
index 7508621..738409e 100644
--- a/core/rest/Makefile
+++ b/core/rest/Makefile
@@ -46,7 +46,7 @@ build_chk:
 	@if [ $(MY_SQROOT)/export/include/SCMBuildStr.h -nt target/$(BLD_TRAFODION_REST_TARNAME) ]; then echo "update manifest"; $(RM) -f target/$(BLD_TRAFODION_REST_TARNAME); fi
 
 clean:
-	-$(MAVEN) clean | grep ERROR 
+	$(MAVEN) clean
 	$(RM) build_rest.log
 	$(RM) $(VFILE)
 	$(RM) ../../${DISTRIBUTION_DIR}/$(BLD_TRAFODION_REST_TARNAME)

http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/444e0409/dcs/Makefile
----------------------------------------------------------------------
diff --git a/dcs/Makefile b/dcs/Makefile
index 144e763..ad96ef3 100644
--- a/dcs/Makefile
+++ b/dcs/Makefile
@@ -46,7 +46,7 @@ build_chk:
 	@if [ $(MY_SQROOT)/export/include/SCMBuildStr.h -nt target/$(BLD_TRAFODION_DCS_TARNAME) ]; then echo "update manifest"; $(RM) -f target/$(BLD_TRAFODION_DCS_TARNAME); fi
 
 clean:
-	-$(MAVEN) clean | grep ERROR
+	$(MAVEN) clean
 	$(RM) build_dcs.log
 	$(RM) $(VFILE)
 	$(RM) ../${DISTRIBUTION_DIR}/$(BLD_TRAFODION_DCS_TARNAME)


[2/2] incubator-trafodion git commit: Merge [TRAFODION-1501] PR 97 Package trafodion source in make

Posted by db...@apache.org.
Merge [TRAFODION-1501] PR 97 Package trafodion source in make


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

Branch: refs/heads/master
Commit: ed5888e56e6264638539605aeadcdb79f6edd0f4
Parents: 469408f 444e040
Author: Dave Birdsall <db...@apache.org>
Authored: Fri Oct 2 16:10:18 2015 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Fri Oct 2 16:11:31 2015 +0000

----------------------------------------------------------------------
 Makefile           | 5 +++++
 core/Makefile      | 2 +-
 core/rest/Makefile | 2 +-
 dcs/Makefile       | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------