Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Back out changeset 6fe5a446b775 (bug 903118)
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Sep 5, 2013
1 parent 3f1ad24 commit 20537a9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 77 deletions.
15 changes: 12 additions & 3 deletions client.mk
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,18 @@ endif
# Load mozconfig Options

# See build pages, http://www.mozilla.org/build/ for how to set up mozconfig.
# mozconfig.mk needs to be loaded multiple times by configure, so we don't check
# for INCLUDED_MOZCONFIG_MK
include $(TOPSRCDIR)/config/makefiles/mozconfig.mk

MOZCONFIG_LOADER := build/autoconf/mozconfig2client-mk

define CR


endef

# As $(shell) doesn't preserve newlines, use sed to replace them with an
# unlikely sequence (||), which is then replaced back to newlines by make
# before evaluation.
$(eval $(subst ||,$(CR),$(shell _PYMAKE=$(.PYMAKE) $(TOPSRCDIR)/$(MOZCONFIG_LOADER) $(TOPSRCDIR) 2> $(TOPSRCDIR)/.mozconfig.out | sed 's/$$/||/')))

ifdef AUTOCLOBBER
export AUTOCLOBBER=1
Expand Down
33 changes: 0 additions & 33 deletions config/makefiles/mozconfig.mk

This file was deleted.

4 changes: 0 additions & 4 deletions config/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ ifndef topsrcdir
$(error topsrcdir was not set))
endif

ifndef INCLUDED_MOZCONFIG_MK
include $(topsrcdir)/config/makefiles/mozconfig.mk
endif

# Integrate with mozbuild-generated make files. We first verify that no
# variables provided by the automatically generated .mk files are
# present. If they are, this is a violation of the separation of
Expand Down
33 changes: 0 additions & 33 deletions js/src/config/makefiles/mozconfig.mk

This file was deleted.

4 changes: 0 additions & 4 deletions js/src/config/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ ifndef topsrcdir
$(error topsrcdir was not set))
endif

ifndef INCLUDED_MOZCONFIG_MK
include $(topsrcdir)/config/makefiles/mozconfig.mk
endif

# Integrate with mozbuild-generated make files. We first verify that no
# variables provided by the automatically generated .mk files are
# present. If they are, this is a violation of the separation of
Expand Down

0 comments on commit 20537a9

Please sign in to comment.