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.
git-svn-id: svn://10.0.0.236/trunk@30400 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user