From: Mark Eichin Date: Fri, 28 Oct 1994 23:05:34 +0000 (+0000) Subject: show contents of path too X-Git-Tag: krb5-1.0-beta5~1051 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a1cba9aa4032de17d376791fa5ae26b2728e9bd6;p=krb5.git show contents of path too git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4597 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/kbuild b/src/util/kbuild index eea317039..d3c51db72 100644 --- a/src/util/kbuild +++ b/src/util/kbuild @@ -146,9 +146,12 @@ done cd .. +echo "Build path is `pwd`/$BUILD_PATH" +echo "contents of build path: " +ls -l $BUILD_PATH PATH=`pwd`/$BUILD_PATH export PATH -echo "Build path is $PATH" +echo "======" echo "configuring with: $SRCDIR/configure $CONFIG_OPTS" $SRCDIR/configure $CONFIG_OPTS