Bug 678479: Add a makefile target in xpcom/ to regenerate the IDL parser. r=ted

This commit is contained in:
Kyle Huey 2011-08-12 12:07:09 -04:00
Родитель 36d6f9a425
Коммит ccbb26c3ab
1 изменённых файлов: 6 добавлений и 0 удалений

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

@ -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