From a2750abacb2cc9460aeb99cc9e960be0bd062b09 Mon Sep 17 00:00:00 2001 From: Mason Larobina Date: Fri, 18 Dec 2009 20:29:58 +0800 Subject: Use explicit make test targets & clean xdg sandbox dirs in clean target. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 84fe4fe..e13d684 100644 --- a/Makefile +++ b/Makefile @@ -62,13 +62,13 @@ test-uzbl-browser: uzbl-browser ./uzbl-browser --uri http://www.uzbl.org --verbose test-uzbl-core-sandbox: uzbl-core - make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install + make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-uzbl-core source ./sandbox/env.sh && uzbl-core --uri http://www.uzbl.org --verbose make DESTDIR=./sandbox uninstall rm -rf ./sandbox/usr test-uzbl-browser-sandbox: uzbl-browser - make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install + make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-uzbl-browser source ./sandbox/env.sh && uzbl-cookie-daemon restart -nv & source ./sandbox/env.sh && uzbl-event-manager restart -nav & source ./sandbox/env.sh && uzbl-browser --uri http://www.uzbl.org --verbose @@ -85,6 +85,7 @@ clean: rm -f inspector.o find examples/ -name "*.pyc" -delete cd ./tests/; $(MAKE) clean + rm -rf ./sandbox/{examples,usr}/ install: install-uzbl-core install-uzbl-browser install-uzbl-tabbed -- cgit v1.2.3