[Pkg-mozext-commits] [requestpolicy] 186/280: Makefile: no longer use ifndef

David Prévot taffit at moszumanska.debian.org
Sat May 2 20:30:22 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 804dbba96622b2d8fe74c9aa4cf65d389525c201
Author: Martin Kimmerle <dev at 256k.de>
Date:   Tue Jan 27 10:55:01 2015 +0100

    Makefile: no longer use ifndef
    
    `ifndef` is not necessary to allow setting variables via
    commandline, see "Overriding Variables":
    http://www.gnu.org/software/make/manual/make.html#Overriding
---
 Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index e2db212..2a9acba 100644
--- a/Makefile
+++ b/Makefile
@@ -180,11 +180,8 @@ run: $(xpi_file)
 mozmill_tests_path := .mozilla/mozmill-tests/
 mozmill_requestpolicy_test_path := $(mozmill_tests_path)firefox/tests/addons/$(extension_uuid)/
 
-# It's possible to pass the manifest file `mm_manifest` to make
-ifndef mm_manifest
-## default value
+# Default mozmill manifest to use for testing
 mm_manifest := manifest.ini
-endif
 
 .PHONY: check test mozmill
 check test: mozmill

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