backing out leaf's change because it breaks the vc5 machine that

doesn't have the right version of find installed. it assumes that
you have a certain version of gnu find. i think.
This commit is contained in:
cyeh%netscape.com 1999-08-28 00:07:09 +00:00
parent 942a8a46bf
commit 4ca4e9382a

View File

@ -109,12 +109,26 @@ include <$(DEPTH)\config\rules.mak>
#//------------------------------------------------------------------------
#//
#// Rebase rule
#//
#// MOZILLA_OFFICIAL junk: rebase and splitsym for binary release
#//
#//------------------------------------------------------------------------
#// 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)
@ -127,13 +141,7 @@ rebase:
!else
echo No find defined.
!endif
#//------------------------------------------------------------------------
#//
#// MOZILLA_FULLCIRCLE junk: splitsym for binary release
#//
#//------------------------------------------------------------------------
#// should make sure we have rebase, and die if not
!endif
splitsymbols:
!if defined(MOZ_FULLCIRCLE)