author | Siddharth Agarwal <sid.bugzilla@gmail.com> |
Tue, 07 Aug 2012 02:46:02 +0530 | |
changeset 101590 | a218e9b11bc560532b123fead5478a70a18940eb |
parent 101589 | 9dd1dc9801e61d286280dc89b0ff0dc970f56ac4 |
child 101591 | 5b8f3e2803cf611c172af45712ce03fad3eccbb8 |
push id | 13073 |
push user | sid.bugzilla@gmail.com |
push date | Mon, 06 Aug 2012 21:16:27 +0000 |
treeherder | mozilla-inbound@a218e9b11bc5 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 780222 |
milestone | 17.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/client.mk +++ b/client.mk @@ -397,17 +397,17 @@ cleansrcdir: else \ echo "Removing object files from srcdir..."; \ rm -fr `find . -type d \( -name .deps -print -o -name CVS \ -o -exec test ! -d {}/CVS \; \) -prune \ -o \( -name '*.[ao]' -o -name '*.so' \) -type f -print`; \ build/autoconf/clean-config.sh; \ fi; -# Because the SpiderMonkey can be distributed and built independently +# Because SpiderMonkey can be distributed and built independently # of the Mozilla source tree, it contains its own copies of many of # the files used by the top-level Mozilla build process, from the # 'config' and 'build' subtrees. # # To make it simpler to keep the copies in sync, we follow the policy # that the SpiderMonkey copies must always be exact copies of those in # the containing Mozilla tree. If you've made a change in one, it # belongs in the other as well. If the change isn't right for both