aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/version_defaults.mk')
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 0fd40db12..c4f9a5229 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -314,7 +314,7 @@ ifndef BUILD_NUMBER
314 # If no BUILD_NUMBER is set, create a useful "I am an engineering build 314 # If no BUILD_NUMBER is set, create a useful "I am an engineering build
315 # from this date/time" value. Make it start with a non-digit so that 315 # from this date/time" value. Make it start with a non-digit so that
316 # anyone trying to parse it as an integer will probably get "0". 316 # anyone trying to parse it as an integer will probably get "0".
317 BUILD_NUMBER := eng.$(shell echo $${USER:0:6}).$(shell $(DATE) +%Y%m%d.%H%M%S) 317 BUILD_NUMBER := eng.$(shell echo $${BUILD_USERNAME:0:6}).$(shell $(DATE) +%Y%m%d.%H%M%S)
318 HAS_BUILD_NUMBER := false 318 HAS_BUILD_NUMBER := false
319endif 319endif
320.KATI_READONLY := BUILD_NUMBER HAS_BUILD_NUMBER 320.KATI_READONLY := BUILD_NUMBER HAS_BUILD_NUMBER