This commit is contained in:
leaf%mozilla.org 1999-08-27 20:52:28 +00:00
Родитель 07a5b957af
Коммит 44b0951aa6
1 изменённых файлов: 9 добавлений и 17 удалений

Просмотреть файл

@ -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)