Author: jfrederic.clere(a)jboss.com
Date: 2013-01-18 05:52:39 -0500 (Fri, 18 Jan 2013)
New Revision: 3050
Modified:
trunk/build/unix/build.sh
Log:
Add trace to track the weird ../util/domd: line 30: makedepend: command not found on
macosx
Modified: trunk/build/unix/build.sh
===================================================================
--- trunk/build/unix/build.sh 2013-01-17 15:34:31 UTC (rev 3049)
+++ trunk/build/unix/build.sh 2013-01-18 10:52:39 UTC (rev 3050)
@@ -720,7 +720,6 @@
./Configure ${ssl_target} ${ssl_common_flags} ${ssl_build_flags} linux-ppc64 ||
exit 1
;;
windows-x86)
- env; echo $PATH
rm -rf tmp32
# rm -rf engines
cygspawn perl Configure ${ssl_target} ${ssl_common_flags} ${ssl_build_flags}
VC-WIN32
@@ -766,6 +765,7 @@
if $BUILD_WIN ; then
echo "Already done"
else
+ echo "PATH: $PATH"
make depend || exit 1
make || exit 1
# To hack broken openssl Makefiles.
Show replies by date