зеркало из https://github.com/mozilla/pjs.git
clear record of installed chrome at beginning of install
This commit is contained in:
Родитель
32e96c5f6a
Коммит
c100cad6ca
|
@ -55,6 +55,7 @@ ifdef NSBUILDROOT
|
|||
override NSBUILDROOT :=
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/config.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifeq ($(OS_ARCH), Linux)
|
||||
|
@ -87,6 +88,10 @@ $(DEPTH)/build/build_number: FORCE
|
|||
$(DEPTH)/modules/libpref/src/init/all.js: FORCE
|
||||
$(PERL) $(srcdir)/set-timebomb.pl 0 30
|
||||
|
||||
# clear record of installed chrome on complete rebuild
|
||||
install::
|
||||
$(RM) $(DIST)/bin/chrome/installed-chrome.txt
|
||||
|
||||
FORCE:
|
||||
|
||||
ifdef MKDEPEND_DIR
|
||||
|
|
Загрузка…
Ссылка в новой задаче