set -e; for d in src sftp doc; do \ echo "Making install in $d" ; (cd $d && make install); done Making install in src make[1]: Entering directory `/net/myst/export/d1/xenofarm/lsh/myst.roxen.com/buildtmp/dist/lsh-2.9.1-exp/src' cd .. && /bin/sh ./config.status src/config.h config.status: creating src/config.h config.status: src/config.h is unchanged gcc -I. -Iargp_builddir -Inettle_builddir -Ispki_builddir -I/usr/local/include -I/net/myst/export/d1/xenofarm/lsh/myst.roxen.com/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 crypto.o -MD -MP -MF crypto.o.d -c crypto.c \ && true crypto.c: In function 'make_des3_cbc_instance': crypto.c:272: error: 'struct des3_ctx' has no member named 'status' crypto.c:274: error: 'DES_BAD_PARITY' undeclared (first use in this function) crypto.c:274: error: (Each undeclared identifier is reported only once crypto.c:274: error: for each function it appears in.) crypto.c:276: error: 'DES_WEAK_KEY' undeclared (first use in this function) make[1]: *** [crypto.o] Error 1 make[1]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/myst.roxen.com/buildtmp/dist/lsh-2.9.1-exp/src' Making install in sftp make[1]: Entering directory `/net/myst/export/d1/xenofarm/lsh/myst.roxen.com/buildtmp/dist/lsh-2.9.1-exp/sftp' ./config.status config.h config.status: creating config.h config.status: config.h is unchanged echo timestamp > stamp-h /bin/mkdir -p /net/myst/export/d1/xenofarm/lsh/myst.roxen.com/buildtmp/dist/pfx/bin /bin/mkdir -p /net/myst/export/d1/xenofarm/lsh/myst.roxen.com/buildtmp/dist/pfx/libexec for f in lsftp ; do \ /usr/bin/install -c $f /net/myst/export/d1/xenofarm/lsh/myst.roxen.com/buildtmp/dist/pfx/bin ; \ done for f in sftp-server ; do \ /usr/bin/install -c $f /net/myst/export/d1/xenofarm/lsh/myst.roxen.com/buildtmp/dist/pfx/libexec ; \ done make[1]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/myst.roxen.com/buildtmp/dist/lsh-2.9.1-exp/sftp' Making install in doc make[1]: Entering directory `/net/myst/export/d1/xenofarm/lsh/myst.roxen.com/buildtmp/dist/lsh-2.9.1-exp/doc' /bin/mkdir -p /net/myst/export/d1/xenofarm/lsh/myst.roxen.com/buildtmp/dist/pfx/share/info f=lsh.info ; \ [ -f $f ] || f="./$f" ; \ /usr/bin/install -c -m 644 "$f" /net/myst/export/d1/xenofarm/lsh/myst.roxen.com/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="/net/myst/export/d1/xenofarm/lsh/myst.roxen.com/buildtmp/dist/pfx/share/info" "$f" ; \ else : ; fi make[1]: Leaving directory `/net/myst/export/d1/xenofarm/lsh/myst.roxen.com/buildtmp/dist/lsh-2.9.1-exp/doc'