add git rev to build dirname

This commit is contained in:
foudfou 2013-03-10 16:31:42 +01:00
parent 18c35bdf81
commit b8b3b838cb
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ profile_id := mozilla-dev
ZIP := zip # --symlinks
# The target location of the build and build files.
build_dir := ../build
git_rev = $(shell git rev-parse --short HEAD)
build_dir := ../build-$(git_rev)
# The location of the extension profile. (this extension is intended for Linux only)
profile_locations := \