gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r7747 - GNUnet/contrib/macosx


From: gnunet
Subject: [GNUnet-SVN] r7747 - GNUnet/contrib/macosx
Date: Sat, 11 Oct 2008 02:46:33 -0600 (MDT)

Author: holindho
Date: 2008-10-11 02:46:33 -0600 (Sat, 11 Oct 2008)
New Revision: 7747

Modified:
   GNUnet/contrib/macosx/build-osx-framework.sh
Log:
help debug cross build issues


Modified: GNUnet/contrib/macosx/build-osx-framework.sh
===================================================================
--- GNUnet/contrib/macosx/build-osx-framework.sh        2008-10-11 08:11:11 UTC 
(rev 7746)
+++ GNUnet/contrib/macosx/build-osx-framework.sh        2008-10-11 08:46:33 UTC 
(rev 7747)
@@ -298,8 +298,9 @@
                then
                        echo "error building $1 for ${ARCH_NAME}"
                        build_retval=1
-                       exit 1
                fi
+               cp -v "$1/config.log" "${BUILD_DIR}/config.log-$1-${ARCH_NAME}"
+               cp -v "$1/config.h" "${BUILD_DIR}/config.h-$1-${ARCH_NAME}"
                rm -rf "$1"
                rm -v `find "${SDK_PATH}" -name "*.la"`
                unset CC
@@ -419,6 +420,8 @@
                then
                        build_retval=1
                fi
+               cp -v config.log "${BUILD_DIR}/config.log-GNUnet-${ARCH_NAME}"
+               cp -v config.h "${BUILD_DIR}/config.h-GNUnet-${ARCH_NAME}"
                unset CPPFLAGS
                unset CFLAGS
                unset CXXFLAGS





reply via email to

[Prev in Thread] Current Thread [Next in Thread]