about summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-08-25 15:04:26 -0700
committerKartik Agaram <vc@akkartik.com>2019-08-25 15:04:26 -0700
commit0d3b3ef04af50bd987979495e7e7ec3317b24b1c (patch)
tree812e679560e8c43563a8237eb996e18d81f8f69e /build
parent749d455ac3c6bcad8a09d96bc613aafc2af45292 (diff)
parentb60d8c920ef988e8058c1e31bd0907643b60cb5d (diff)
downloadmu-0d3b3ef04af50bd987979495e7e7ec3317b24b1c.tar.gz
Merge branch 'master' into desugar
Diffstat (limited to 'build')
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index ad0f6e8a..3d2e945e 100755
--- a/build
+++ b/build
@@ -106,6 +106,9 @@ older_than subx_bin subx.cc *_list && {
   $CXX $CFLAGS subx.cc -o subx_bin
 }
 
+# We ought to always rebuild all apps if any .subx layers are updated.
+# But during development it's too slow to update _all_ apps when we're
+# repeatedly running a single one.
 if [ ! $ONLY_CPP ]
 then