[haiku-commits] r41323 - haiku/trunk/build/jam

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 5 May 2011 20:54:40 +0200 (CEST)

Author: scottmc
Date: 2011-05-05 20:54:40 +0200 (Thu, 05 May 2011)
New Revision: 41323
Changeset: https://dev.haiku-os.org/changeset/41323

Modified:
   haiku/trunk/build/jam/OptionalPackages
Log:
Updated apr and apr-util builds to clean up their directories.


Modified: haiku/trunk/build/jam/OptionalPackages
===================================================================
--- haiku/trunk/build/jam/OptionalPackages      2011-05-05 18:47:15 UTC (rev 
41322)
+++ haiku/trunk/build/jam/OptionalPackages      2011-05-05 18:54:40 UTC (rev 
41323)
@@ -114,12 +114,12 @@
        if $(TARGET_ARCH) != x86 {
                Echo "No optional package APR available for $(TARGET_ARCH)" ;
        } else if $(HAIKU_GCC_VERSION[1]) >= 4 {
-               InstallOptionalHaikuImagePackage 
apr-1.4.2-x86-gcc4-2010-11-12.zip
-                       : $(baseURL)/apr-1.4.2-x86-gcc4-2010-11-12.zip
+               InstallOptionalHaikuImagePackage 
apr-1.4.2-x86-gcc4-2011-05-05.zip
+                       : $(baseURL)/apr-1.4.2-x86-gcc4-2011-05-05.zip
                        : : true ;
        } else {
-               InstallOptionalHaikuImagePackage 
apr-1.4.2-x86-gcc2-2010-10-13.zip
-                       : $(baseURL)/apr-1.4.2-x86-gcc2-2010-10-13.zip
+               InstallOptionalHaikuImagePackage 
apr-1.4.2-x86-gcc2-2011-05-05.zip
+                       : $(baseURL)/apr-1.4.2-x86-gcc2-2011-05-05.zip
                        : : true ;
        }
 }
@@ -130,12 +130,12 @@
        if $(TARGET_ARCH) != x86 {
                Echo "No optional package APR-util available for 
$(TARGET_ARCH)" ;
        } else if $(HAIKU_GCC_VERSION[1]) >= 4 {
-               InstallOptionalHaikuImagePackage 
apr-util-1.3.10-x86-gcc4-2010-11-12.zip
-                       : $(baseURL)/apr-util-1.3.10-x86-gcc4-2010-11-12.zip
+               InstallOptionalHaikuImagePackage 
apr-util-1.3.10-x86-gcc4-2011-05-05.zip
+                       : $(baseURL)/apr-util-1.3.10-x86-gcc4-2011-05-05.zip
                        : : true ;
        } else {
-               InstallOptionalHaikuImagePackage 
apr-util-1.3.10-x86-gcc2-2010-10-13.zip
-                       : $(baseURL)/apr-util-1.3.10-x86-gcc2-2010-10-13.zip
+               InstallOptionalHaikuImagePackage 
apr-util-1.3.10-x86-gcc2-2011-05-05.zip
+                       : $(baseURL)/apr-util-1.3.10-x86-gcc2-2011-05-05.zip
                        : : true ;
        }
 }


Other related posts:

  • » [haiku-commits] r41323 - haiku/trunk/build/jam - scott mc