Commit 70fc0089 authored by Mike Hommey's avatar Mike Hommey
Browse files

Bug 1253203 - Remove everything COMM_BUILD. r=nalexander,r=chmanchester

comm-central doesn't set it since bug 1040009.
parent 646df2b9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -105,8 +105,6 @@ dnl We're going to need [ ] for python syntax.
changequote(<<<, >>>)dnl
echo creating $CONFIG_STATUS

extra_python_path=${COMM_BUILD:+"'mozilla', "}

cat > $CONFIG_STATUS <<EOF
def unique_list(l):
    result = []
+1 −2
Original line number Diff line number Diff line
@@ -1396,8 +1396,7 @@ class MachDebug(MachCommandBase):
            # Replace ' with '"'"', so that shell quoting e.g.
            # a'b becomes 'a'"'"'b'.
            quote = lambda s: s.replace("'", """'"'"'""")
            if self.mozconfig['configure_args'] and \
                    'COMM_BUILD' not in os.environ:
            if self.mozconfig['configure_args']:
                print('echo Adding configure options from %s' %
                    mozpath.normsep(self.mozconfig['path']), file=out)
                for arg in self.mozconfig['configure_args']: