[Pkg-mozext-commits] [requestpolicy] 37/80: Makefile: create some aliases for creating XPIs

David Prévot taffit at moszumanska.debian.org
Sun Jul 5 15:02:27 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 b187580a7147e5798a73d04072c058bf30ee44ee
Author: Martin Kimmerle <dev at 256k.de>
Date:   Fri Jun 5 15:46:44 2015 +0200

    Makefile: create some aliases for creating XPIs
---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 59659ac..df6bcdb 100644
--- a/Makefile
+++ b/Makefile
@@ -173,13 +173,13 @@ build: $(build_path)
 # build and create XPI file
 all: $(xpi_file)
 	@echo "Build finished successfully."
-dist: $(xpi_file)
+dist xpi: $(xpi_file)
 
 # create the dist directory
 $(dist_path):
 	@mkdir -p $(dist_path)
 
-sign: $(signed_xpi_file)
+signed-xpi: $(signed_xpi_file)
 
 
 # _______________________
@@ -216,7 +216,7 @@ $(signed_xpi_file): $(build_path)/META-INF/ | $(dist_path)
 # create the unit-testing XPI
 #
 
-$(unit_testing__xpi_file): $(unit_testing__build_path) $(unit_testing__all_files) | $(dist_path)
+unit-testing-xpi $(unit_testing__xpi_file): $(unit_testing__build_path) $(unit_testing__all_files) | $(dist_path)
 	@rm -f $(unit_testing__xpi_file)
 	@echo "Creating unit-testing XPI."
 	@cd $(unit_testing__build_path) && \
@@ -231,7 +231,7 @@ $(unit_testing__xpi_file): $(unit_testing__build_path) $(unit_testing__all_files
 # For now use FORCE, i.e. create the XPI every time. If the
 # 'FORCE' should be removed, deleted files have to be detected,
 # just like for the other XPIs.
-$(dev_helper__xpi_file): $(dev_helper__source_files) FORCE | $(dist_path)
+dev-helper-xpi $(dev_helper__xpi_file): $(dev_helper__source_files) FORCE | $(dist_path)
 	@rm -f $(dev_helper__xpi_file)
 	@echo "Creating 'RPC Dev Helper' XPI."
 	@cd $(dev_helper__source_dirname) && \

-- 
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