[Pkg-mozext-commits] [requestpolicy] 222/280: [refact] remove jar_file from Makefile

David Prévot taffit at moszumanska.debian.org
Sat May 2 20:30:31 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 30fb55d4cca5c65b70f5cdb8487de5c147a97b8c
Author: Martin Kimmerle <dev at 256k.de>
Date:   Fri Mar 6 15:34:54 2015 +0100

    [refact] remove jar_file from Makefile
---
 Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 4a80bb6..2dc5fab 100644
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,6 @@ source_path := $(source_dirname)/
 build_path := $(build_dirname)/
 dist_path := $(dist_dirname)/
 
-jar_file := $(build_path)chrome/$(extension_name).jar
-
 # the path of the target XPI file
 xpi_file := $(dist_path)$(extension_name).xpi
 signed_xpi_file := $(dist_path)$(extension_name)-signed.xpi
@@ -152,7 +150,7 @@ $(other_files): $$(patsubst $$(build_path)%,$$(source_path)%,$$@)
 # This cleans all temporary files and directories created by 'make'.
 .PHONY: clean
 clean:
-	@rm -rf $(xpi_file) $(jar_file) $(build_path)*
+	@rm -rf $(xpi_file) $(build_path)*
 	@echo "Cleanup is done."
 
 # remove empty directories

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