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
 
1.9.0b3&id=e72815692e7fb66a452a930646c1fd31aafefa9e'>^
b53a97ed ^












dcbc83fe ^

baf1bafa ^
b53a97ed ^
baf1bafa ^




b53a97ed ^

bef8a8f8 ^
796074b5 ^
dcbc83fe ^

b53a97ed ^
62af2777 ^
dcbc83fe ^

796074b5 ^
dcbc83fe ^
796074b5 ^
dcbc83fe ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48