Remove the /n flag when we invoke BSCMAKE, the utility provided by MS to generate code browsing information. This means that once the browsing database is constructed, updates to it will happen incrementally. Earlier, updates were causing the entire database to get created from scratch.
This commit is contained in:
Родитель
44e7c06a69
Коммит
bb24b838c0
|
@ -160,7 +160,7 @@ clobber_layout:
|
|||
browse_info::
|
||||
cd $(MOZ_SRC)\$(MOZ_TOP)
|
||||
-dir /s /b *.sbr > sbrlist.tmp
|
||||
-bscmake /n /o nglayout.bsc @sbrlist.tmp
|
||||
-bscmake /o nglayout.bsc @sbrlist.tmp
|
||||
-rm sbrlist.tmp
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче