You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sv...@apache.org on 2019/01/22 18:50:17 UTC

[trafodion] branch master updated (5220f8c -> 91f6098)

This is an automated email from the ASF dual-hosted git repository.

svarnau pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git.


    from 5220f8c  Merge pull request #1775 from zlei929/TRAFODION-3257
     new ae17075  Do not make again before MAKE CLEAN
     new 793b885  using Makefile mode
     new bd404ee  Move NOTICE, LICENSE to jar dependence
     new 05709fa  Optimize for clean target
     new 4d83f06  optimize t2 Makefile
     new 572c7b2  optimize Trafci Make file
     new 1a18ce1  optimize hbase_utilities Makefile
     new fe69e44  print clean status for t2, t4 and trafci
     new 49d3c5f  optimize Rest Makefile
     new ee21116  optimize hbasetlib2 Makefile
     new a69ed20  optimize lib_mgmt Makefile
     new 967da7c  optimize hbase-trx Makefile
     new d4724c2  Ignore *.log in hbase-trx
     new 3f72b17  Not necessary for package before install for maven
     new ec5f1ad  move target ALL to the header
     new a61c4a3  using MAKE ALL instead of MAKE
     new 08c3c1d  add copy jars
     new 91f6098  Merge pull request #1771 from kevinxu021/makeclean3

The 6976 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/Makefile                                 |   6 +-
 core/conn/jdbcT4/Makefile                     |  15 ++-
 core/conn/jdbc_type2/Makefile                 |  17 +--
 core/conn/trafci/Makefile                     |  21 ++--
 core/rest/Makefile                            |  18 +--
 core/rest/pom.xml                             |  10 ++
 core/sqf/hbase_utilities/Makefile             |  19 +--
 core/sqf/src/seatrans/hbase-trx/.gitignore    |   1 +
 core/sqf/src/seatrans/hbase-trx/Makefile      | 159 ++++++--------------------
 core/sqf/src/seatrans/tm/hbasetmlib2/Makefile |  30 +++--
 core/sqf/src/tm/Makefile                      |   2 +-
 core/sql/lib_mgmt/.gitignore                  |   1 +
 core/sql/lib_mgmt/Makefile                    |  12 +-
 13 files changed, 131 insertions(+), 180 deletions(-)
 create mode 100644 core/sqf/src/seatrans/hbase-trx/.gitignore