[Pkg-mozext-commits] [requestpolicy] 223/280: Makefile: change build path to "build/normal/"

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 2ed098d59bf8f4ceb482027a94df15ba24680919
Author: Martin Kimmerle <dev at 256k.de>
Date:   Fri Mar 6 15:43:30 2015 +0100

    Makefile: change build path to "build/normal/"
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 2dc5fab..730d4fc 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ build_dirname := build
 dist_dirname := dist
 
 source_path := $(source_dirname)/
-build_path := $(build_dirname)/
+build_path := $(build_dirname)/normal/
 dist_path := $(dist_dirname)/
 
 # the path of the target XPI file
@@ -150,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) $(build_path)*
+	@rm -rf $(xpi_file) $(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