aboutsummaryrefslogtreecommitdiff
path: root/buildall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildall.sh')
-rwxr-xr-xbuildall.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildall.sh b/buildall.sh
index 7a749a9c5..f65debf52 100755
--- a/buildall.sh
+++ b/buildall.sh
@@ -9,6 +9,12 @@ function check-error {
. ./setvcenv.sh
+# Do not make the font files differ each time due to timestamp differences.
+# (This prevents git repos from becoming very large & slow when you commit
+# multiple builds.)
+# x2goclient-contrib.git needs this.
+export GZIP="--no-name"
+
which nasm > /dev/null 2>&1
check-error 'Please install nasm'