зеркало из https://github.com/mozilla/pjs.git
whoops. broke parallel builds. will fix real soon now. also want
to fix generation rules so that you aren't forced to rebuild large sections of XPCOM when dp starts using it.
This commit is contained in:
Родитель
073909a586
Коммит
26268b3b73
|
@ -37,7 +37,9 @@ PLSRCS = nfspwd.pl revdepth.pl
|
|||
TARGETS = $(PROGRAM) $(PLSRCS:.pl=)
|
||||
|
||||
# Generate the build number on the fly.
|
||||
ifneq ($(origin BUILD_OFFICIAL)_$(origin MOZILLA_OFFICIAL),undefined_undefined)
|
||||
TARGETS += $(DEPTH)/build/build_number
|
||||
endif
|
||||
|
||||
# If this is an "official mozilla build" make them shortlived.
|
||||
ifdef MOZILLA_OFFICIAL
|
||||
|
@ -81,12 +83,8 @@ $(DEPTH)/build/build_number: FORCE
|
|||
@$(MAKE_OBJDIR)
|
||||
$(RM) $@
|
||||
$(PERL) $(srcdir)/bdate.pl > $@
|
||||
$(PERL) $(srcdir)/build_header.pl nsBuildID.h $(DEPTH)/build/build_number
|
||||
$(INSTALL) -m 444 nsIBuild.h $(PUBLIC)
|
||||
ifneq ($(origin BUILD_OFFICIAL)_$(origin MOZILLA_OFFICIAL),undefined_undefined)
|
||||
$(PERL) $(srcdir)/aboutime.pl $(topsrcdir)/xpfe/browser/resources/locale/en-US/navigator.dtd $@
|
||||
$(PERL) $(srcdir)/aboutime.pl $(topsrcdir)/xpfe/browser/resources/content/viewSource.xul $@
|
||||
endif
|
||||
|
||||
$(DEPTH)/modules/libpref/src/init/all.js: FORCE
|
||||
$(PERL) $(srcdir)/set-timebomb.pl 0 30
|
||||
|
|
Загрузка…
Ссылка в новой задаче