mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Backed out changeset c6c4fb4b0fef (bug 1412460); a=bustage
I'm able to produce a build failure with this changeset on one of my machines. I guess the checks weren't as redundant as I thought... CLOSED TREE --HG-- extra : amend_source : 564add1404e09ca023c3347f3ce20be407dffa82
This commit is contained in:
parent
dfb9e542f8
commit
af215ea33e
10
client.mk
10
client.mk
@ -213,7 +213,15 @@ endif
|
||||
MAKEFILE = $(wildcard $(OBJDIR)/Makefile)
|
||||
CONFIG_STATUS = $(wildcard $(OBJDIR)/config.status)
|
||||
|
||||
$(CONFIGURES): %: %.in
|
||||
EXTRA_CONFIG_DEPS := \
|
||||
$(TOPSRCDIR)/aclocal.m4 \
|
||||
$(TOPSRCDIR)/old-configure.in \
|
||||
$(wildcard $(TOPSRCDIR)/build/autoconf/*.m4) \
|
||||
$(TOPSRCDIR)/js/src/aclocal.m4 \
|
||||
$(TOPSRCDIR)/js/src/old-configure.in \
|
||||
$(NULL)
|
||||
|
||||
$(CONFIGURES): %: %.in $(EXTRA_CONFIG_DEPS)
|
||||
@echo Generating $@
|
||||
cp -f $< $@
|
||||
chmod +x $@
|
||||
|
Loading…
Reference in New Issue
Block a user