summaryrefslogtreecommitdiffstats
path: root/games/uhexen2/files/patch-hexenworld__build.sh
blob: cf2994a310b861239d8b520fc21b561224ea2abc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- hexenworld/build.sh.orig	2007-10-18 13:55:49.000000000 -0300
+++ hexenworld/build.sh	2008-04-22 22:52:13.000000000 -0300
@@ -41,8 +41,9 @@
 
 echo "" && echo "Building hexenworld client (software renderer)"
 $MAKE_CMD -C Client hw || exit 1
+$MAKE_CMD -s -C Client clean
 
 echo "" && echo "Building hexenworld client (opengl renderer)"
-$MAKE_CMD -s -C Client clean
 $MAKE_CMD -C Client glhw || exit 1
+$MAKE_CMD -s -C Client clean
 
OpenPOWER on IntegriCloud