Bug 418896 - Removed profileserver.py.in from being preprocessed; r=ted a=NPOTB

--HG--
rename : build/pgo/profileserver.py.in => build/pgo/profileserver.py
This commit is contained in:
Edmund Wong 2011-01-25 15:15:38 -05:00
Родитель 77283c3faf
Коммит 74071cc383
2 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -81,11 +81,7 @@ 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)

Просмотреть файл

@ -16,7 +16,7 @@
# 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.
#