зеркало из https://github.com/mozilla/gecko-dev.git
Bug 678479: Add a makefile target in xpcom/ to regenerate the IDL parser. r=ted
This commit is contained in:
Родитель
36d6f9a425
Коммит
ccbb26c3ab
|
@ -90,3 +90,9 @@ endif
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
regenerate-idl-parser:
|
||||
$(PYTHON_PATH) \
|
||||
-I$(topsrcdir)/other-licenses/ply \
|
||||
-I$(topsrcdir)/xpcom/idl-parser \
|
||||
$(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(topsrcdir)/xpcom/idl-parser --regen
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче