Codebase list hydra / 73e7103
Patch to show verbose build mode in xhydra Julián Moreno Patiño 12 years ago
2 changed file(s) with 29 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 Description: Show output of xhydra build
1 Author: Julián Moreno Patiño <darkjunix@gmail.com>
2 Origin: vendor
3 Forwarded: no
4 Last-Update: 2011-11-12
5
6 --- a/hydra-gtk/make_xhydra.sh
7 +++ b/hydra-gtk/make_xhydra.sh
8 @@ -2,17 +2,14 @@
9 PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/lib/pkgconfig
10 export PKG_CONFIG_PATH
11 echo "Trying to compile xhydra now (hydra gtk gui) - dont worry if this fails, this is really optional ..."
12 -./configure > /dev/null 2> errors
13 +./configure
14 test -e Makefile || {
15 echo "Error: configure wasnt happy. Analyse this:"
16 - cat errors
17 exit 1
18 }
19 -make > /dev/null 2> errors
20 +make
21 test -e src/xhydra || {
22 echo "Error: could not compile. Analyse this:"
23 - cat errors
24 - echo
25 echo 'Do not worry, as I said, xhydra is really optional. ./hydra is ready to go!'
26 exit 0
27 }
22 03_use_bin_path.diff
33 04_fix_spelling_error.diff
44 05_add_option_to_cflag.diff
5 06_show_xhydra_build_output.diff