From d7d8204dc08dd4acad3796db53683aaf86afe155 Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Wed, 15 Oct 2014 12:21:22 +1100 Subject: [PATCH] Add a ./build convenience function for building with a log file --- 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