author | Edmund Wong <ewong@pw-wspx.org> |
Tue, 25 Jan 2011 15:15:38 -0500 | |
changeset 61277 | ae5dcbff45dfca3518ab450d208f7e2afb341007 |
parent 61276 | c3ec6be6b1cac177d199ef7714842288c98bf1b3 |
child 61278 | 205aa17e715f6de2511491876d516085d5e3cb73 |
push id | 18292 |
push user | eakhgari@mozilla.com |
push date | Tue, 25 Jan 2011 20:23:34 +0000 |
treeherder | mozilla-central@0fb025a84958 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ted, NPOTB |
bugs | 418896 |
milestone | 2.0b10pre |
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
|
build/pgo/Makefile.in | file | annotate | diff | comparison | revisions | |
build/pgo/profileserver.py | file | annotate | diff | comparison | revisions | |
build/pgo/profileserver.py.in | file | annotate | diff | comparison | revisions |
--- a/build/pgo/Makefile.in +++ b/build/pgo/Makefile.in @@ -76,19 +76,15 @@ endif server-locations.txt \ favicon.ico \ $(NULL) genpgocert.py: genpgocert.py.in $(PYTHON) $(topsrcdir)/config/Preprocessor.py \ $(AUTOMATION_PPARGS) $(DEFINES) $(ACDEFINES) $^ > $@ -profileserver.py: profileserver.py.in - $(PYTHON) $(topsrcdir)/config/Preprocessor.py $^ > $@ - chmod +x $@ - -GARBAGE += profileserver.py genpgocert.py +GARBAGE += genpgocert.py libs:: $(_PGO_FILES) $(INSTALL) $^ $(_PROFILE_DIR) genservercert:: $(PYTHON) $(DEPTH)/_profile/pgo/genpgocert.py --gen-server
rename from build/pgo/profileserver.py.in rename to build/pgo/profileserver.py --- a/build/pgo/profileserver.py.in +++ b/build/pgo/profileserver.py @@ -11,17 +11,17 @@ # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Original Code is mozilla.org code. # # The Initial Developer of the Original Code is -# Mozilla Foundation. +# the Mozilla Foundation. # Portions created by the Initial Developer are Copyright (C) 1998 # the Initial Developer. All Rights Reserved. # # Contributor(s): # Robert Sayre <sayrer@gmail.com> # Jeff Walden <jwalden+bmo@mit.edu> # # Alternatively, the contents of this file may be used under the terms of