SeaMonkey:hg-based build: Difference between revisions

Jump to navigation Jump to search
remove another hack!
(remove another hack!)
Line 22: Line 22:
* cd mailnews/; sed -i 's/^DEPTH.*\.\.$/&\/mozilla/g' `find . -name Makefile.in`
* cd mailnews/; sed -i 's/^DEPTH.*\.\.$/&\/mozilla/g' `find . -name Makefile.in`
* cd suite/; sed -i 's/^DEPTH.*\.\.$/&\/mozilla/g' `find . -name Makefile.in`
* cd suite/; sed -i 's/^DEPTH.*\.\.$/&\/mozilla/g' `find . -name Makefile.in`
* suite/debugQA/locales/Makefile.in: after inclusion of config.mk, add the following two lines (without indentation):
* suite/debugQA/locales/Makefile.in: prefix relativesrcdir in line 44 with ../
    # HACK: make the locale expansion not insert the mozilla/ subdir for en-US
* suite/locales/Makefile.in: prefix relativesrcdir in line 41 with ../
    EXPAND_LOCALE_SRCDIR = $(if $(filter en-US,$(AB_CD)),$(topsrcdir)/../$(1)/en-US,$(topsrcdir)/../l10n/$(AB_CD)/$(subst /locales,,$(1)))
* suite/locales/Makefile.in: same hack as for suite/debugQA/locales/Makefile.in, and add another line:
    EXPAND_LOCALE_SRCDIR_PLATFORM = $(if $(filter en-US,$(AB_CD)),$(topsrcdir)/$(1)/en-US,$(topsrcdir)/../l10n/$(AB_CD)/$(subst /locales,,$(1)))
* still suite/locales/Makefile.in: change line 163 to use that additional expansion macro
* still suite/locales/Makefile.in: change line 163 to use that additional expansion macro
* suite/build/Makefile.in: in the LOCAL_INCLUDES starting in line 74, add a ../ between $(topsrcdir)/ and suite/
* suite/build/Makefile.in: in the LOCAL_INCLUDES starting in line 74, add a ../ between $(topsrcdir)/ and suite/
Account confirmers, Anti-spam team, canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,083

edits

Navigation menu