Backport the build command from RELEASE-3_2

This commit is contained in:
Douglas Clowes
2015-02-18 11:54:08 +11:00
parent cad4f64dcc
commit f0bc6f0693

3
site_ansto/build Executable file
View File

@@ -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