only set the build number in navigator.xul if we are doing an official build.

This commit is contained in:
cyeh%netscape.com 1999-07-08 18:14:31 +00:00
Родитель 091712f70a
Коммит 746f50e6f3
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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