set -e; for d in src doc; do \ echo "Making install in $d" ; (cd $d && make install); done Making install in src gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/usr/local/include -I/Users/hungerf3/xenofarm/xenoclient/lsh/mini-mac.local/buildtmp/dist/pfx/include -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT gateway_tcpforward.o -MD -MP -MF gateway_tcpforward.o.d -c gateway_tcpforward.c \ && true gateway_tcpforward.c: In function 'make_gateway_forward_resource': gateway_tcpforward.c:154: error: 'do_kill_gateway_forward' undeclared (first use in this function) gateway_tcpforward.c:154: error: (Each undeclared identifier is reported only once gateway_tcpforward.c:154: error: for each function it appears in.) make[1]: *** [gateway_tcpforward.o] Error 1 Making install in doc .././install-sh -c -d /Users/hungerf3/xenofarm/xenoclient/lsh/mini-mac.local/buildtmp/dist/pfx/share/info f=lsh.info ; \ [ -f $f ] || f="./$f" ; \ /usr/bin/install -c -m 644 "$f" /Users/hungerf3/xenofarm/xenoclient/lsh/mini-mac.local/buildtmp/dist/pfx/share/info ; \ if (install-info --version && \ install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ install-info --info-dir="/Users/hungerf3/xenofarm/xenoclient/lsh/mini-mac.local/buildtmp/dist/pfx/share/info" "$f" ; \ else : ; fi