mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 08:40:56 +00:00
fixes bug 290850 "BUILD_ID uses $(shell) poorly" r=bsmedberg a=dbaron,caillon
This commit is contained in:
parent
9d44553348
commit
ec163dc333
@ -828,4 +828,5 @@ endif
|
||||
#
|
||||
# Add BUILD_ID to set of DEFINES
|
||||
#
|
||||
DEFINES += -DBUILD_ID=$(shell cat $(DEPTH)/config/build_number)
|
||||
BUILD_ID := $(shell cat $(DEPTH)/config/build_number)
|
||||
DEFINES += -DBUILD_ID=$(BUILD_ID)
|
||||
|
Loading…
x
Reference in New Issue
Block a user