зеркало из https://github.com/mozilla/gecko-dev.git
Track our dependencies properly by exporting before checking dependencies
This commit is contained in:
Родитель
309dbcad16
Коммит
7e0457daae
|
@ -339,6 +339,7 @@ depend:
|
|||
set DIST_DIRS=1
|
||||
set LAYOUT_DIRS=1
|
||||
set CLIENT_DIRS=1
|
||||
nmake -f makefile.win export
|
||||
nmake -f makefile.win depend
|
||||
|
||||
depend_xpconnect:
|
||||
|
|
|
@ -541,7 +541,7 @@ endif
|
|||
# Depend
|
||||
|
||||
depend:: $(OBJDIR)/Makefile $(OBJDIR)/config.status
|
||||
$(MOZ_MAKE) $@;
|
||||
$(MOZ_MAKE) export && $(MOZ_MAKE) depend
|
||||
|
||||
####################################
|
||||
# Build it
|
||||
|
|
Загрузка…
Ссылка в новой задаче