aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-12-17 20:55:29 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-12-17 20:55:29 +0800
commitffbf2c2aa3a8b8c3965a2f8f9d001815c8c46cc7 (patch)
tree6b1eb7750d39c62c466a8b0e5560258c8a35c515 /Makefile
parentfab8c948215ed46cf78bd7a58b803efddb13dd0e (diff)
Unbreak the new test-uzbl-{core,browser}-sandbox make targets.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 43a3077..17db3e0 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-uzbl-core
+ make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install
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-uzbl-browser
+ make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install
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
@@ -77,7 +77,6 @@ test-uzbl-browser-sandbox: uzbl-browser
make DESTDIR=./sandbox uninstall
rm -rf ./sandbox/usr
-
clean:
rm -f uzbl-core
rm -f uzbl-core.o