about summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-06 21:11:52 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-06 21:11:58 -0700
commiteed2f30ee1a512e632c304b67eb41ec4230e7dea (patch)
tree730c09ebdc57aec09fe745ecfca94829b032add3 /build
parent996ce5f101e597cf70bda0864f964b356a1005a3 (diff)
downloadmu-eed2f30ee1a512e632c304b67eb41ec4230e7dea.tar.gz
3846
Be more robust to stray files with numeric prefixes.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index 970464b5..46e4b270 100755
--- a/build
+++ b/build
@@ -90,7 +90,7 @@ older_than tangle/tangle tangle/*.cc && {
   noisy_cd ..  # no effect; just to show us returning to the parent directory
 }
 
-LAYERS=$(./enumerate/enumerate --until $UNTIL_LAYER  |grep -v '.mu$')
+LAYERS=$(./enumerate/enumerate --until $UNTIL_LAYER  |grep '.cc$')
 older_than mu.cc $LAYERS enumerate/enumerate tangle/tangle && {
   # no update here; rely on 'update' calls downstream
   ./tangle/tangle $LAYERS  > mu.cc
15-06-19 12:28:36 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-06-19 12:28:36 -0700 1597 - port more helpers from arc version' href='/akkartik/mu/commit/066stream.mu?h=hlt&id=8fb0e672c2f5431141d58128f623d1cc02d67bb8'>8fb0e672 ^
760f683f ^
77d5b5d6 ^
104854ca ^
748b6865 ^
8fb0e672 ^

760f683f ^
9acf5c0f ^

4f3510d0 ^
7a84094a ^
a0331a9b ^
7a84094a ^
51b0936f ^
4f3510d0 ^

760f683f ^
4f3510d0 ^

9acf5c0f ^




760f683f ^
050a93ac ^

51b0936f ^
7a84094a ^
a0331a9b ^
7a84094a ^
51b0936f ^
4f3510d0 ^

760f683f ^
4f3510d0 ^

050a93ac ^


760f683f ^
77d5b5d6 ^
104854ca ^
7a84094a ^
ea19d0dc ^
7a84094a ^
748b6865 ^



8fb0e672 ^

760f683f ^
77d5b5d6 ^
104854ca ^
7a84094a ^
a0331a9b ^
7a84094a ^
104854ca ^
8fb0e672 ^
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74