changeset 10965:6172c8d12ec5

6896169 remove UCB plotting commands (fix bfu)
author Garrett D'Amore <Garrett.Damore@Sun.COM>
date Thu, 05 Nov 2009 12:17:17 -0800
parents 70ffca3020b2
children 37e5dcdf36d3
files usr/src/tools/scripts/bfu.sh
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/tools/scripts/bfu.sh	Thu Nov 05 11:15:08 2009 -0800
+++ b/usr/src/tools/scripts/bfu.sh	Thu Nov 05 12:17:17 2009 -0800
@@ -8095,6 +8095,25 @@
 	rm -f $usr/include/sys/cg6tec.h
 	rm -f $usr/include/sys/ramdac.h
 
+	# Remove ucb plotting bits
+	rm -rf $usr/ucb/aedplot
+	rm -rf $usr/ucb/atoplot
+	rm -rf $usr/ucb/bgplot
+	rm -rf $usr/ucb/crtplot
+	rm -rf $usr/ucb/dumbplot
+	rm -rf $usr/ucb/gigiplot
+	rm -rf $usr/ucb/hp7221plot
+	rm -rf $usr/ucb/hpplot
+	rm -rf $usr/ucb/implot
+	rm -rf $usr/ucb/plot
+	rm -rf $usr/ucb/plottoa
+	rm -rf $usr/ucb/t300
+	rm -rf $usr/ucb/t300s
+	rm -rf $usr/ucb/t4013
+	rm -rf $usr/ucb/t450
+	rm -rf $usr/ucb/tek
+	rm -rf $usr/ucb/vplot
+
 	#
 	# The pkg* commands should not be used after this point and before
 	# archive extraction as libcrypto/libssl may not be available.