Stircrazy69 / pcsx2

Automatically exported from code.google.com/p/pcsx2
0 stars 0 forks source link

(linux) Make build.sh report cleaner results #127

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
as it is, when I (re)compile (./build.sh all) the script starts doing its work.

 When it finishes the console output is "

make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/nikos/pcsx2_gcode/pcsx2/Linux'
make[1]: Leaving directory `/home/nikos/pcsx2_gcode/pcsx2/Linux  " 

My suggestion is that it should output  somekind of an end report that
would be more informative of what it did.

e.g. a nice end would be something like this (feel free to modify):

* All dependencies are met?             y/n
* PLugin 1 was compiled successfully ?  y/n
** Plugin 1 had (Errors/Warnings)      (X errors , Y warnings)
*** If errors were found which were they?
*
*
*

End of script. To start pcsx2 go to folder /bin and start it by running ./pcxc2

Original issue reported on code.google.com by vesnikos@gmail.com on 30 Mar 2009 at 8:31

GoogleCodeExporter commented 8 years ago
Well, totally reworking the Linux build system has been on my agenda for a 
while, but
is fairly low priority, and will take a while. Doing a report at the end like 
that
wouldn't be easy to do with the current build system, but might be a possiblity 
later on.

I'm going to backburner this for the moment, though.

Original comment by arcum42@gmail.com on 8 Apr 2009 at 9:05

GoogleCodeExporter commented 8 years ago
While it doesn't report dependencies, you may be interested to know that my new 
ruby
version of the buildscript reports at the end a list of what builds succeeded 
and
which failed...

Original comment by arcum42@gmail.com on 19 Jun 2009 at 1:06