about summary refs log tree commit diff stats
path: root/ntranslate
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-14 16:05:48 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-14 16:06:40 -0700
commitb646146892422e76436c9446054c95d3d58321fc (patch)
treeec0a303a0cb2c24604fe108b739f21a236bd2002 /ntranslate
parent4557b0737ae44388f95cac051588bcb720203740 (diff)
downloadmu-b646146892422e76436c9446054c95d3d58321fc.tar.gz
5512 - don't rebuild apps by default
We basically only want to rebuild phases of the self-hosted translator
when we run the self-hosted translator.
Diffstat (limited to 'ntranslate')
-rwxr-xr-xntranslate2
1 files changed, 1 insertions, 1 deletions
diff --git a/ntranslate b/ntranslate
index 24d87056..104d2001 100755
--- a/ntranslate
+++ b/ntranslate
@@ -14,7 +14,7 @@
 set -e
 set -v
 
-./build
+ALL=1 ./build
 
 echo `cat $* |grep -v '^\s*#\|^\s*$' |wc -l` lines