aboutsummaryrefslogtreecommitdiff
path: root/packages/linux_make
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-07-31 19:41:55 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-07-31 19:41:55 +0000
commitd01888563a2def25c12ed8f8301042cb099fb3a7 (patch)
treedc62422575bcb49415077192b0ff5de7a26ea441 /packages/linux_make
parent824f813f1dd0d6e452f98feadb3c6a86ee796d50 (diff)
make test_package clean up its cruft
svn path=/trunk/; revision=5443
Diffstat (limited to 'packages/linux_make')
-rwxr-xr-xpackages/linux_make/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile
index 8f2d3ffb..74439a97 100755
--- a/packages/linux_make/Makefile
+++ b/packages/linux_make/Makefile
@@ -112,6 +112,9 @@ test_package:
cd /tmp && tar xjf $(DESTDIR)/$(PACKAGE_NAME).tar.bz2
make -C /tmp/$(PACKAGE_NAME) prefix=/tmp/usr/local install
make -C /tmp/$(PACKAGE_NAME) prefix=/tmp/usr/local uninstall
+ -rmdir /tmp/usr/local
+ -rmdir /tmp/usr
+ -rm -rf -- /tmp/$(PACKAGE_NAME)
test_locations:
@echo "PD_VERSION: $(PD_VERSION)"