You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2011/12/02 13:32:12 UTC

svn commit: r1209447 - in /incubator/ooo/trunk/main: external/prj/build.lst ooo.lst tools/bootstrp/rscdep.cxx

Author: af
Date: Fri Dec  2 12:32:12 2011
New Revision: 1209447

URL: http://svn.apache.org/viewvc?rev=1209447&view=rev
Log:
118595: Removed glibc because of license problems.

Modified:
    incubator/ooo/trunk/main/external/prj/build.lst
    incubator/ooo/trunk/main/ooo.lst
    incubator/ooo/trunk/main/tools/bootstrp/rscdep.cxx

Modified: incubator/ooo/trunk/main/external/prj/build.lst
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/external/prj/build.lst?rev=1209447&r1=1209446&r2=1209447&view=diff
==============================================================================
--- incubator/ooo/trunk/main/external/prj/build.lst (original)
+++ incubator/ooo/trunk/main/external/prj/build.lst Fri Dec  2 12:32:12 2011
@@ -1,5 +1,4 @@
 el      external :       soltools NULL
 el	external					usr1 - all el_mkout NULL
-el	external\glibc		nmake	-	all	el_glibc NULL
 el	external\gcc3_specific	nmake	-	all	el_gcc3 NULL
 el	external\mingwheaders		nmake	-	w	el_mingwheaders NULL

Modified: incubator/ooo/trunk/main/ooo.lst
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/ooo.lst?rev=1209447&r1=1209446&r2=1209447&view=diff
==============================================================================
--- incubator/ooo/trunk/main/ooo.lst (original)
+++ incubator/ooo/trunk/main/ooo.lst Fri Dec  2 12:32:12 2011
@@ -61,6 +61,5 @@ c735eab2d659a96e5a594c9e8541ad63-zlib-1.
 
 # Temporary
 http://hg.services.openoffice.org/binaries/
-4a660ce8466c9df01f19036435425c3a-glibc-2.1.3-stub.tar.gz
 d70951c80dabecc2892c919ff5d07172-db-4.7.25.NC-custom.tar.gz
 e0707ff896045731ff99e99799606441-README_db-4.7.25.NC-custom.txt

Modified: incubator/ooo/trunk/main/tools/bootstrp/rscdep.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/tools/bootstrp/rscdep.cxx?rev=1209447&r1=1209446&r2=1209447&view=diff
==============================================================================
--- incubator/ooo/trunk/main/tools/bootstrp/rscdep.cxx (original)
+++ incubator/ooo/trunk/main/tools/bootstrp/rscdep.cxx Fri Dec  2 12:32:12 2011
@@ -93,7 +93,9 @@ int main( int argc, char** argv )
 		strcpy( aBuf, (const char *)argv[i] );
         const sal_Int32 nLength (strlen(aBuf));
 
+#ifdef DEBUG
         printf("option %d is [%s] and has length %d\n", i, aBuf, (int)nLength);
+#endif
 
         if (nLength == 0)
         {
@@ -263,7 +265,10 @@ int main( int argc, char** argv )
 
         for (sal_Int32 nIndex=0; nIndex<=nLastNonOption; ++nIndex)
 		{
+
+#ifdef DEBUG
             printf("option at %d is [%s]\n", (int)nIndex, argv[nIndex]);
+#endif
 			if (!bSource )
 			{
 				aString += ByteString("	" );