diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-31 19:41:55 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-31 19:41:55 +0000 |
commit | d01888563a2def25c12ed8f8301042cb099fb3a7 (patch) | |
tree | dc62422575bcb49415077192b0ff5de7a26ea441 | |
parent | 824f813f1dd0d6e452f98feadb3c6a86ee796d50 (diff) |
make test_package clean up its cruft
svn path=/trunk/; revision=5443
-rwxr-xr-x | packages/linux_make/Makefile | 3 |
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)" |