Bug 677577 - Force an early failure when check-sync-dirs.py fails. r=ted

This commit is contained in:
Mike Hommey 2011-08-16 09:35:17 +02:00
Родитель 80dddfd9b7
Коммит a168da299c
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -278,6 +278,7 @@ EXTRA_CONFIG_DEPS := \
$(NULL)
$(CONFIGURES): %: %.in $(EXTRA_CONFIG_DEPS)
@$(PYTHON) $(TOPSRCDIR)/js/src/config/check-sync-dirs.py $(TOPSRCDIR)/js/src/build $(TOPSRCDIR)/build
@echo Generating $@ using autoconf
cd $(@D); $(AUTOCONF)
@ -346,6 +347,7 @@ endif
# Build it
realbuild:: $(OBJDIR)/Makefile $(OBJDIR)/config.status
@$(PYTHON) $(TOPSRCDIR)/js/src/config/check-sync-dirs.py $(TOPSRCDIR)/js/src/config $(TOPSRCDIR)/config
$(MOZ_MAKE)
####################################