[Pkg-mozext-commits] [requestpolicy] 32/80: change a variable name in the Makefile
David Prévot
taffit at moszumanska.debian.org
Sun Jul 5 15:02:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository requestpolicy.
commit 499a57824df9962eca4ace0f8a7ce1bac629978c
Author: Martin Kimmerle <dev at 256k.de>
Date: Thu May 14 02:35:54 2015 +0200
change a variable name in the Makefile
---
Makefile | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/Makefile b/Makefile
index e1ee637..59659ac 100644
--- a/Makefile
+++ b/Makefile
@@ -333,7 +333,7 @@ run: $(moz_xpi) $(dev_helper__xpi_file)
# see https://github.com/RequestPolicyContinued/requestpolicy/wiki/Setting-up-a-development-environment#unit-tests-for-requestpolicy
mozmill_tests_dir := .mozilla/mozmill-tests
-mozmill_requestpolicy_test_dir := $(mozmill_tests_dir)/firefox/tests/addons/$(extension_uuid)
+mozmill_rpc_test_dir := $(mozmill_tests_dir)/firefox/tests/addons/$(extension_uuid)
# Default mozmill manifest to use for testing
mm_manifest := manifest.ini
@@ -343,25 +343,25 @@ check test: mozmill
mozmill: $(moz_xpi) $(dev_helper__xpi_file) mozmill-dirs
mozmill -a $(moz_xpi) -a $(dev_helper__xpi_file) -b $(app_binary) \
- -m $(mozmill_requestpolicy_test_dir)/$(mm_manifest) $(moz_args)
+ -m $(mozmill_rpc_test_dir)/$(mm_manifest) $(moz_args)
.PHONY: mozmill-dirs
mozmill-dirs: $(mozmill_tests_dir) \
- $(mozmill_requestpolicy_test_dir) \
- $(mozmill_requestpolicy_test_dir)/mozmill-tests \
- $(mozmill_requestpolicy_test_dir)/data
+ $(mozmill_rpc_test_dir) \
+ $(mozmill_rpc_test_dir)/mozmill-tests \
+ $(mozmill_rpc_test_dir)/data
-$(mozmill_requestpolicy_test_dir): $(mozmill_tests_dir)
+$(mozmill_rpc_test_dir): $(mozmill_tests_dir)
@test -L $@ \
|| ln -ns ../../../../../tests/mozmill $@
-$(mozmill_requestpolicy_test_dir)/mozmill-tests: $(mozmill_requestpolicy_test_dir)
+$(mozmill_rpc_test_dir)/mozmill-tests: $(mozmill_rpc_test_dir)
@test -L tests/mozmill/mozmill-tests \
|| ln -ns ../../$(mozmill_tests_dir) tests/mozmill/mozmill-tests
-$(mozmill_requestpolicy_test_dir)/data: $(mozmill_requestpolicy_test_dir)
+$(mozmill_rpc_test_dir)/data: $(mozmill_rpc_test_dir)
@test -L tests/mozmill/data \
|| ln -ns ../../ tests/mozmill/data
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git
More information about the Pkg-mozext-commits
mailing list