about summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-02-15 20:36:16 -0800
committerKartik K. Agaram <vc@akkartik.com>2018-02-15 20:36:16 -0800
commit745a6dee7875154e3512bed5d2c73869dddef13e (patch)
treef3a9e5ff020205f0b592df51cc11807058370b29 /build
parent6086465de72dc1b194a8b3b465fe72788a1d6a7c (diff)
downloadmu-745a6dee7875154e3512bed5d2c73869dddef13e.tar.gz
4204
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/build b/build
index 5a3cae9e..dda1c974 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 '.cc$')
+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
@@ -134,7 +134,7 @@ older_than mu_bin mu.cc *_list cleave/cleave termbox/* && {
 
 ## [0-9]*.mu -> core.mu
 
-MU_LAYERS=$(./enumerate/enumerate --until $UNTIL_LAYER  |grep '.mu$') || exit 0  # ok if no .mu files
+MU_LAYERS=$(./enumerate/enumerate --until $UNTIL_LAYER  |grep '\.mu$') || exit 0  # ok if no .mu files
 cat $MU_LAYERS  |update core.mu
 
 exit 0
artik/mu/commit/translate?h=hlt&id=d9d9ab813cd533353fc273ca7780833c562f7e7a'>d9d9ab81 ^
9e5e87ca ^
d9d9ab81 ^
099f0d5d ^
9e5e87ca ^
099f0d5d ^
e97b446a ^
9e5e87ca ^
418ea7d3 ^
dac83357 ^
9e5e87ca ^
4fe73d47 ^
dac83357 ^
9e5e87ca ^
a03bbc82 ^
dac83357 ^
9e5e87ca ^
a03bbc82 ^
dac83357 ^
9e5e87ca ^
a03bbc82 ^
dac83357 ^
9e5e87ca ^
a03bbc82 ^
dac83357 ^
9e5e87ca ^
531f14c9 ^

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