You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by GitBox <gi...@apache.org> on 2019/03/06 08:19:40 UTC

[GitHub] [trafodion] CoderSong2015 opened a new pull request #1810: add a scripts to make trafodion build easily and Visualized

CoderSong2015 opened a new pull request #1810: add a scripts to make trafodion build easily and Visualized
URL: https://github.com/apache/trafodion/pull/1810
 
 
   There are several unpleasant places when compiling the trafodion(not make package):
   1. We need to redirect the make information manually,
      otherwise the information will flood the screen
   2. The build information mixed together so that we couldn't locate the build error quickly
   3. We need to make all again when we fix a building error of one component.
   
   This scripts could build trafodion component based.
   And it will write the compiling information into build_log file.
   Also you can continue to compile the remaining components which havn't been compiled by commented components which have finished compiled.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services