aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-04-06 22:09:47 +0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-04-06 22:09:47 +0000
commit1447cf35bd633c365bb7584dedb41327951d0c07 (patch)
tree6f3827fd74d8045cfecca737852c318f4050105f
parent136c00e881dd290d470923b0ce7760de2df5e0ad (diff)
* Delete source after building.
-rwxr-xr-xtest/build/atk-build.sh2
-rwxr-xr-xtest/build/glib-build.sh2
-rwxr-xr-xtest/build/gnet-build.sh2
-rwxr-xr-xtest/build/gtk+-build.sh2
-rwxr-xr-xtest/build/gtkspell-build.sh2
-rwxr-xr-xtest/build/pango-build.sh2
-rwxr-xr-xtest/build/pkgconfig-build.sh2
-rwxr-xr-xtest/build/pspell-build.sh2
8 files changed, 16 insertions, 0 deletions
diff --git a/test/build/atk-build.sh b/test/build/atk-build.sh
index df881cbef..58d190aef 100755
--- a/test/build/atk-build.sh
+++ b/test/build/atk-build.sh
@@ -10,3 +10,5 @@ cd atk-*
./configure --prefix=$top
make
make install
+cd ..
+rm -rf atk-*
diff --git a/test/build/glib-build.sh b/test/build/glib-build.sh
index 2100052be..92736f701 100755
--- a/test/build/glib-build.sh
+++ b/test/build/glib-build.sh
@@ -8,3 +8,5 @@ cd glib-*
./configure --prefix=$top
make
make install
+cd ..
+rm -rf glib-*
diff --git a/test/build/gnet-build.sh b/test/build/gnet-build.sh
index ec614b4bf..9752994a1 100755
--- a/test/build/gnet-build.sh
+++ b/test/build/gnet-build.sh
@@ -10,3 +10,5 @@ cd gnet-*
./configure --prefix=$top
make
make install
+cd ..
+rm -rf gnet-*
diff --git a/test/build/gtk+-build.sh b/test/build/gtk+-build.sh
index d2b3d694a..8451a2d4e 100755
--- a/test/build/gtk+-build.sh
+++ b/test/build/gtk+-build.sh
@@ -10,3 +10,5 @@ cd gtk+-*
./configure --prefix=$top
make
make install
+cd ..
+rm -rf gtk+-*
diff --git a/test/build/gtkspell-build.sh b/test/build/gtkspell-build.sh
index d1e56943f..009e1133c 100755
--- a/test/build/gtkspell-build.sh
+++ b/test/build/gtkspell-build.sh
@@ -11,3 +11,5 @@ cd gtkspell-*
./configure --prefix=$top
make
make install
+cd ..
+rm -rf gtkspell-*
diff --git a/test/build/pango-build.sh b/test/build/pango-build.sh
index fd43c274b..4ed76f76a 100755
--- a/test/build/pango-build.sh
+++ b/test/build/pango-build.sh
@@ -10,3 +10,5 @@ cd pango-*
./configure --prefix=$top
make
make install
+cd ..
+rm -rf pango-*
diff --git a/test/build/pkgconfig-build.sh b/test/build/pkgconfig-build.sh
index 522a05716..ff418056f 100755
--- a/test/build/pkgconfig-build.sh
+++ b/test/build/pkgconfig-build.sh
@@ -8,3 +8,5 @@ cd pkgconfig-*
./configure --prefix=$top
make
make install
+cd ..
+rm -rf pkgconfig-*
diff --git a/test/build/pspell-build.sh b/test/build/pspell-build.sh
index 588c2f1a0..57fb1dcbd 100755
--- a/test/build/pspell-build.sh
+++ b/test/build/pspell-build.sh
@@ -8,3 +8,5 @@ cd pspell-*
./configure --prefix=$top
make
make install
+cd ..
+rm -rf pspell-*