SVN: toys/tools/cleanbuild/cleanbuild

sparky sparky at pld-linux.org
Wed Feb 24 02:18:20 CET 2010


Author: sparky
Date: Wed Feb 24 02:18:20 2010
New Revision: 11172

Modified:
   toys/tools/cleanbuild/cleanbuild
Log:
- added ti sources


Modified: toys/tools/cleanbuild/cleanbuild
==============================================================================
--- toys/tools/cleanbuild/cleanbuild	(original)
+++ toys/tools/cleanbuild/cleanbuild	Wed Feb 24 02:18:20 2010
@@ -73,6 +73,8 @@
 		-64)	OPT="-th-x86_64" ;;
 		-th-32)	OPT="-th-i686" ;;
 		-th-64)	OPT="-th-x86_64" ;;
+		-ti-32)	OPT="-ti-i686" ;;
+		-ti-64)	OPT="-ti-x86_64" ;;
 		-ac)	OPT="-ac-amd64" ;;
 		-ac-32)	OPT="-ac-i586" ;;
 		-ac-64)	OPT="-ac-amd64" ;;
@@ -84,6 +86,18 @@
 			DEST="$V"
 			SRC="-n $V-ready"
 			;;
+		-th-i[46]86-test | -th-x86_64-test)
+			DEST="$V"
+			SRC="-n $V"
+			;;
+		-ti-i[56]86 | -ti-x86_64)
+			DEST="$V"
+			SRC="-n $V-ready"
+			;;
+		-ti-i[56]86-test | -ti-x86_64-test)
+			DEST="$V"
+			SRC="-n $V"
+			;;
 		-ac-amd64 | -ac-i[356]86 | -ac-athlon)
 			DEST="$V"
 			SRC="-n $V-ready"
@@ -199,7 +213,6 @@
 	freetype1-devel \
 	kde-icons-actions kipi-plugins \
 	gnome-menus \
-	texlive-jadetex \
 	java-gcj-\* libgcj
 #	java-sun-jre
 


More information about the pld-cvs-commit mailing list