about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-03-22 21:34:19 -0700
committerKartik K. Agaram <vc@akkartik.com>2018-03-22 21:34:19 -0700
commit6b1bd1ffadac8e6250600501ab9f872530d1da1e (patch)
tree44b215542cb7e841c28f417d3a128300cb81dc17
parentd37c983a778d53f991999e6b2b309a07a9bca0b0 (diff)
downloadmu-6b1bd1ffadac8e6250600501ab9f872530d1da1e.tar.gz
4232
-rwxr-xr-xbuild33
1 files changed, 2 insertions, 1 deletions
diff --git a/build3 b/build3
index f73a5175..2563bdfe 100755
--- a/build3
+++ b/build3
@@ -6,7 +6,7 @@ set -e  # stop immediately on error
 
 # Some environment variables that can be passed in. For example, to turn off
 # optimization:
-#   $ CFLAGS=-g ./build0
+#   $ CFLAGS=-g ./build3
 test "$CXX" || export CXX=c++
 test "$CC" || export CC=cc
 test "$CFLAGS" || export CFLAGS="-g -O3"
@@ -194,3 +194,4 @@ exit 0
 #     touch a .cc layer but don't modify it; no output on second build
 #   only a single layer is recompiled when changing a C++ function
 #   stop immediately after failure in tangle
+#   stop immediately after target provided at commandline
38'>138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164