[Pkg-mozext-commits] [requestpolicy] 44/80: Makefile: `clean` should clean any XPI in `dist/`

David Prévot taffit at moszumanska.debian.org
Sun Jul 5 15:02:28 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 e0d3b70bc7b438f5c40b2b32a591c8d58e48c99c
Author: Martin Kimmerle <dev at 256k.de>
Date:   Tue Jun 9 11:09:24 2015 +0200

    Makefile: `clean` should clean any XPI in `dist/`
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 31ad9a8..6071ae8 100644
--- a/Makefile
+++ b/Makefile
@@ -365,7 +365,7 @@ $(unit_testing__root_files): $$(patsubst $$(unit_testing__build_path)%,%,$$@)
 # This cleans all temporary files and directories created by 'make'.
 .PHONY: clean
 clean:
-	@rm -rf $(xpi_file) $(unit_testing__xpi_file) $(build_dirname)/*
+	@rm -rf $(dist_dirname)/*.xpi $(build_dirname)/*
 	@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