From f0bc6f06937a7c3b58cd986a0063894207017b4e Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Wed, 18 Feb 2015 11:54:08 +1100 Subject: [PATCH] Backport the build command from RELEASE-3_2 --- site_ansto/build | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 site_ansto/build diff --git a/site_ansto/build b/site_ansto/build new file mode 100755 index 00000000..cf12c883 --- /dev/null +++ b/site_ansto/build @@ -0,0 +1,3 @@ +#!/bin/bash +#/usr/bin/time make --debug=b all 2>&1 | tee ${HOME}/build.log +/usr/bin/time make all 2>&1 | tee ${HOME}/build.log