clear record of installed chrome at beginning of install
git-svn-id: svn://10.0.0.236/trunk@69647 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -55,6 +55,7 @@ GARBAGE = *.obj *.sbr *.pdb
|
||||
#// Include the common makefile rules
|
||||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
include <$(DEPTH)/config/config.mak>
|
||||
include <$(DEPTH)/config/rules.mak>
|
||||
|
||||
# update build number from within make script
|
||||
@@ -110,4 +111,9 @@ install:: master.ini
|
||||
$(MAKE_INSTALL) master.ini $(DIST)\bin\
|
||||
!endif
|
||||
|
||||
install::
|
||||
!if exist($(DIST)\bin\chrome\installed-chrome.txt)
|
||||
del $(DIST)\bin\chrome\installed-chrome.txt
|
||||
!endif
|
||||
|
||||
FORCE::
|
||||
|
||||
Reference in New Issue
Block a user