[Pkg-mozext-commits] [firetray] 264/399: Makefile: target 'all' becomes 'build'

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:23:56 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit 5df98adf6af7add797b09a9d9b54d57a99e3791b
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Wed Aug 1 13:15:22 2012 +0200

    Makefile: target 'all' becomes 'build'
---
 src/Makefile |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index 8fae6ac..e278b67 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -3,14 +3,14 @@ help:
 	@echo "BUILD/INSTALL INSTRUCTIONS"
 	@echo
 	@echo "to build Firetray, just:"
-	@echo "  make all"
+	@echo "  make build"
 	@echo
 	@echo "by default, debug calls are stripped from js files and DEBUG_MODE"
 	@echo "is off (performance). If you want to keep debug calls:"
-	@echo "  DEBUG=on make all"
+	@echo "  DEBUG=on make build"
 	@echo
 	@echo "to create the dev profile:"
-	@echo "  firefox -no-remote -P	# then create '$(profile_id)'"
+	@echo "  firefox -no-remote -P		# then create '$(profile_id)'"
 	@echo "  thunderbird -no-remote -P	# then create '$(profile_id)'"
 	@echo
 	@echo "to test the extension with the dev profile:"
@@ -119,8 +119,8 @@ $(xpi_built): $(build_dir) $(build_includes)
 	@echo "Creating XPI file. Done!"
 
 # This builds the extension XPI file.
-.PHONY: all
-all: $(xpi_built)
+.PHONY: build
+build: $(xpi_built)
 	@echo
 	@echo "Build finished successfully."
 	@echo

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list