зеркало из https://github.com/mozilla/gecko-dev.git
Added pull_autoconf section. Approved by terry@netscape.com
This commit is contained in:
Родитель
89e0d6baf4
Коммит
06405b5ce2
|
@ -99,7 +99,7 @@ real_depend: depend
|
||||||
# Rules for pulling the source from the cvs repository
|
# Rules for pulling the source from the cvs repository
|
||||||
#
|
#
|
||||||
|
|
||||||
pull_all: pull_lizard pull_xpcom pull_imglib pull_netlib pull_nglayout pull_plugin
|
pull_all: pull_lizard pull_xpcom pull_imglib pull_netlib pull_nglayout pull_plugin pull_autoconf
|
||||||
|
|
||||||
pull_lizard:
|
pull_lizard:
|
||||||
cd $(MOZ_SRC)/.; \
|
cd $(MOZ_SRC)/.; \
|
||||||
|
@ -157,6 +157,12 @@ pull_doc:
|
||||||
$(CVSCO_NGLAYOUT) mozilla/LICENSE; \
|
$(CVSCO_NGLAYOUT) mozilla/LICENSE; \
|
||||||
$(CVSCO_NGLAYOUT) mozilla/LEGAL
|
$(CVSCO_NGLAYOUT) mozilla/LEGAL
|
||||||
|
|
||||||
|
pull_autoconf:
|
||||||
|
cd $(MOZ_SRC)/.; \
|
||||||
|
$(CVSCO_NGLAYOUT) mozilla/build/autoconf; \
|
||||||
|
$(CVSCO_NGLAYOUT) mozilla/Makefile.in; \
|
||||||
|
$(CVSCO_NGLAYOUT) mozilla/configure.in;
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
#
|
#
|
||||||
# Build tarball
|
# Build tarball
|
||||||
|
|
Загрузка…
Ссылка в новой задаче