Differences From
Artifact [e2a59a38b7]:
168 168 }
169 169
170 170 say "commencing libk build $build at $(timestamp)"
171 171 # set -x
172 172
173 173 # get type data
174 174 mkdir -p $gen
175 -$cc -D_emit_m4_include arch/typesize.c -o $gen/typesize
175 +report $cc -D_emit_m4_include arch/typesize.c -o $gen/typesize
176 176 $gen/typesize > gen/typesize.m
177 177
178 178 # generate syscall tables
179 179 if test $posix = yes; then
180 180 # on posix, we simply abuse CPP to garner a list of syscalls;
181 181 # the file arch/posix/syscalls contains a list of syscalls
182 182 # we wish to import; we use sed to transform this into a form