From a1cba9aa4032de17d376791fa5ae26b2728e9bd6 Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Fri, 28 Oct 1994 23:05:34 +0000 Subject: [PATCH] show contents of path too git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4597 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/kbuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.26.2