Making all in lib make[1]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/lib' Making all in Automake make[2]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/lib/Automake' GEN Config.pm make[2]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/lib/Automake' Making all in am make[2]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/lib/am' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/lib/am' make[2]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/lib' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/lib' make[1]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/lib' Making all in . make[1]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig' GEN automake GEN aclocal make[1]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig' Making all in contrib make[1]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/contrib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/contrib' Making all in doc make[1]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc' Updating ./version.texi MAKEINFO automake.info MAKEINFO automake-history.info GEN aclocal.1 GEN automake.1 GEN aclocal-1.11a.1 /homea/jjsc10/jjsc1003/automake/automake.orig/lib/missing: line 51: help2man: command not found WARNING: 'help2man' is missing on your system. You should only need it if you modified a dependency of a manual page. You may need the Help2man package in order for those modifications to take effect. You can get Help2man from any GNU archive site. GEN automake-1.11a.1 /homea/jjsc10/jjsc1003/automake/automake.orig/lib/missing: line 51: help2man: command not found WARNING: 'help2man' is missing on your system. You should only need it if you modified a dependency of a manual page. You may need the Help2man package in order for those modifications to take effect. You can get Help2man from any GNU archive site. GEN amhello-1.0.tar.gz autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal-1.11a --force autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: autoconf --force autoreconf: running: autoheader --force autoreconf: running: automake-1.11a --add-missing --copy --force-missing configure.ac:6: installing './install-sh' configure.ac:6: installing './missing' src/Makefile.am: installing './depcomp' autoreconf: Leaving directory `.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make[2]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello' make dist-gzip am__post_remove_distdir='@:' make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello' if test -d "amhello-1.0"; then find "amhello-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "amhello-1.0" || { sleep 5 && rm -rf "amhello-1.0"; }; else :; fi test -d "amhello-1.0" || mkdir "amhello-1.0" (cd src && make top_distdir=../amhello-1.0 distdir=../amhello-1.0/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/src' make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/src' test -n "" \ || find "amhello-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "amhello-1.0" tardir=amhello-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >amhello-1.0.tar.gz make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello' if test -d "amhello-1.0"; then find "amhello-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "amhello-1.0" || { sleep 5 && rm -rf "amhello-1.0"; }; else :; fi case 'amhello-1.0.tar.gz' in \ *.tar.gz*) \ GZIP=--best gzip -dc amhello-1.0.tar.gz | ${TAR-tar} xf - ;;\ *.tar.bz2*) \ bzip2 -dc amhello-1.0.tar.bz2 | ${TAR-tar} xf - ;;\ *.tar.lz*) \ lzip -dc amhello-1.0.tar.lz | ${TAR-tar} xf - ;;\ *.tar.xz*) \ xz -dc amhello-1.0.tar.xz | ${TAR-tar} xf - ;;\ *.tar.Z*) \ uncompress -c amhello-1.0.tar.Z | ${TAR-tar} xf - ;;\ *.shar.gz*) \ GZIP=--best gzip -dc amhello-1.0.shar.gz | unshar ;;\ *.zip*) \ unzip amhello-1.0.zip ;;\ esac chmod -R a-w amhello-1.0; chmod a+w amhello-1.0 mkdir amhello-1.0/_build mkdir amhello-1.0/_inst chmod a-w amhello-1.0 test -d amhello-1.0/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd amhello-1.0/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd amhello-1.0/_build \ && ../configure --srcdir=.. --prefix="$dc_install_base" \ \ \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf amhello-1.0.tar.gz \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make all-recursive make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' Making all in src make[5]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o ../../src/main.c mv -f .deps/main.Tpo .deps/main.Po gcc -g -O2 -o hello main.o make[5]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[5]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[5]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' Making dvi in src make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[4]: Nothing to be done for `dvi'. make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[4]: Nothing to be done for `dvi-am'. make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' Making check in src make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[4]: Nothing to be done for `check'. make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' Making install in src make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[5]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' test -z "/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/bin" || /bin/mkdir -p "/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/bin" /usr/bin/install -c hello '/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/bin' make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[5]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[5]: Nothing to be done for `install-exec-am'. test -z "/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/share/doc/amhello" || /bin/mkdir -p "/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/share/doc/amhello" /usr/bin/install -c -m 644 ../README '/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/share/doc/amhello' make[5]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' Making installcheck in src make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[4]: Nothing to be done for `installcheck'. make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[4]: Nothing to be done for `installcheck-am'. make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' Making uninstall in src make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' ( cd '/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/bin' && rm -f hello ) make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' ( cd '/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/share/doc/amhello' && rm -f README ) make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' Making install in src make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[5]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' test -z "/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/bin" || /bin/mkdir -p "/tmp/am-dc-20767//homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/bin" /usr/bin/install -c hello '/tmp/am-dc-20767//homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/bin' make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[5]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[5]: Nothing to be done for `install-exec-am'. test -z "/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/share/doc/amhello" || /bin/mkdir -p "/tmp/am-dc-20767//homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/share/doc/amhello" /usr/bin/install -c -m 644 ../README '/tmp/am-dc-20767//homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/share/doc/amhello' make[5]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' Making uninstall in src make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' ( cd '/tmp/am-dc-20767//homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/bin' && rm -f hello ) make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' ( cd '/tmp/am-dc-20767//homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_inst/share/doc/amhello' && rm -f README ) make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make dist-gzip am__post_remove_distdir='@:' make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' if test -d "amhello-1.0"; then find "amhello-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "amhello-1.0" || { sleep 5 && rm -rf "amhello-1.0"; }; else :; fi test -d "amhello-1.0" || mkdir "amhello-1.0" (cd src && make top_distdir=../amhello-1.0 distdir=../amhello-1.0/src \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' make[5]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' test -n "" \ || find "amhello-1.0" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "amhello-1.0" tardir=amhello-1.0 && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >amhello-1.0.tar.gz make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' if test -d "amhello-1.0"; then find "amhello-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "amhello-1.0" || { sleep 5 && rm -rf "amhello-1.0"; }; else :; fi make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' Making distclean in src make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' test -z "hello" || rm -f hello rm -f *.o rm -f *.tab.c test -z "" || rm -f test . = "../../src" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build/src' Making distclean in . make[4]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' test -z "" || rm -f test . = ".." || test -z "" || rm -f rm -f config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[4]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/amhello-1.0/_build' if test -d "amhello-1.0"; then find "amhello-1.0" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "amhello-1.0" || { sleep 5 && rm -rf "amhello-1.0"; }; else :; fi ============================================= amhello-1.0 archives ready for distribution: amhello-1.0.tar.gz ============================================= make[2]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello' make[2]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello' Making distclean in src make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/src' test -z "hello" || rm -f hello rm -f *.o rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -rf ./.deps rm -f Makefile make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello/src' Making distclean in . make[3]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello' test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f config.h stamp-h1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[3]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[2]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc/amhello' make[1]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/doc' Making all in m4 make[1]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/m4' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/m4' Making all in tests make[1]: Entering directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/tests' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/gpfs/automountdir/homea/jjsc10/jjsc1003/automake/automake.orig/tests'