зеркало из https://github.com/mozilla/gecko-dev.git
rebasing on every build
This commit is contained in:
Родитель
07a5b957af
Коммит
44b0951aa6
26
makefile.win
26
makefile.win
|
@ -109,26 +109,12 @@ include <$(DEPTH)\config\rules.mak>
|
|||
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
#//
|
||||
#// MOZILLA_OFFICIAL junk: rebase and splitsym for binary release
|
||||
#//
|
||||
#// Rebase rule
|
||||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
#// should make sure we have rebase, and die if not
|
||||
|
||||
!if defined(MOZILLA_OFFICIAL)
|
||||
|
||||
!if [for %i in (. %PATH%) do $(QUIET)if exist %i\$(REBASE) echo %i\$(REBASE) > rebase.yes]
|
||||
!endif
|
||||
|
||||
!if !exist(rebase.yes)
|
||||
REBASE=
|
||||
!if [del rebase.yes]
|
||||
!endif
|
||||
!endif
|
||||
!endif
|
||||
|
||||
rebase:
|
||||
!if defined(MOZILLA_OFFICIAL)
|
||||
!if defined(FIND)
|
||||
!if "$(REBASE)" != ""
|
||||
echo rebasing $(DIST)
|
||||
|
@ -141,7 +127,13 @@ rebase:
|
|||
!else
|
||||
echo No find defined.
|
||||
!endif
|
||||
!endif
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
#//
|
||||
#// MOZILLA_FULLCIRCLE junk: splitsym for binary release
|
||||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
#// should make sure we have rebase, and die if not
|
||||
|
||||
splitsymbols:
|
||||
!if defined(MOZ_FULLCIRCLE)
|
||||
|
|
Загрузка…
Ссылка в новой задаче