зеркало из https://github.com/mozilla/pjs.git
only set the build number in navigator.xul if we are doing an official build.
This commit is contained in:
Родитель
091712f70a
Коммит
746f50e6f3
|
@ -53,10 +53,12 @@ include <$(DEPTH)/config/rules.mak>
|
|||
|
||||
# update build number from within make script
|
||||
build_number::
|
||||
!ifdef MOZILLA_OFFICIAL
|
||||
$(RM) $@
|
||||
$(PERL) bdate.pl > $@
|
||||
echo Setting build number...
|
||||
$(PERL) aboutime.pl $(DEPTH)/xpfe/browser/src/navigator.xul $@
|
||||
!endif
|
||||
|
||||
|
||||
#// Rule to set the timebomb on official mozilla builds
|
||||
|
|
Загрузка…
Ссылка в новой задаче