Updated apr and apr-util builds to clean up their directories.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41323 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary
2011-05-05 18:54:40 +00:00
parent f33d4712c0
commit cc038dac22
+8 -8
View File
@@ -114,12 +114,12 @@ if [ IsOptionalHaikuImagePackageAdded APR ] {
if $(TARGET_ARCH) != x86 { if $(TARGET_ARCH) != x86 {
Echo "No optional package APR available for $(TARGET_ARCH)" ; Echo "No optional package APR available for $(TARGET_ARCH)" ;
} else if $(HAIKU_GCC_VERSION[1]) >= 4 { } else if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage 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-2010-11-12.zip : $(baseURL)/apr-1.4.2-x86-gcc4-2011-05-05.zip
: : true ; : : true ;
} else { } else {
InstallOptionalHaikuImagePackage 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-2010-10-13.zip : $(baseURL)/apr-1.4.2-x86-gcc2-2011-05-05.zip
: : true ; : : true ;
} }
} }
@@ -130,12 +130,12 @@ if [ IsOptionalHaikuImagePackageAdded APR-util ] {
if $(TARGET_ARCH) != x86 { if $(TARGET_ARCH) != x86 {
Echo "No optional package APR-util available for $(TARGET_ARCH)" ; Echo "No optional package APR-util available for $(TARGET_ARCH)" ;
} else if $(HAIKU_GCC_VERSION[1]) >= 4 { } else if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage 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-2010-11-12.zip : $(baseURL)/apr-util-1.3.10-x86-gcc4-2011-05-05.zip
: : true ; : : true ;
} else { } else {
InstallOptionalHaikuImagePackage 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-2010-10-13.zip : $(baseURL)/apr-util-1.3.10-x86-gcc2-2011-05-05.zip
: : true ; : : true ;
} }
} }