NEW 42116
DerivedSources.make generates calls make_names.pl twice for each .in
https://bugs.webkit.org/show_bug.cgi?id=42116
Summary DerivedSources.make generates calls make_names.pl twice for each .in
Eric Seidel (no email)
Reported 2010-07-12 15:29:22 PDT
perl -I WebCore/bindings/scripts WebCore/dom/make_names.pl --tags WebCore/html/HTMLTagNames.in --attrs WebCore/html/HTMLAttributeNames.in --factory --wrapperFactory --extraDefines " ENABLE_DATALIST=1 ENABLE_METER_TAG=1 ENABLE_PROGRESS_TAG=1 ENABLE_VIDEO=1 ENABLE_RUBY=1" perl -I WebCore/bindings/scripts WebCore/dom/make_names.pl --tags WebCore/html/HTMLTagNames.in --attrs WebCore/html/HTMLAttributeNames.in --factory --wrapperFactory --extraDefines " ENABLE_DATALIST=1 ENABLE_METER_TAG=1 ENABLE_PROGRESS_TAG=1 ENABLE_VIDEO=1 ENABLE_RUBY=1" perl -I WebCore/bindings/scripts WebCore/dom/make_names.pl --tags WebCore/svg/svgtags.in --attrs WebCore/svg/svgattrs.in --extraDefines " ENABLE_SVG_USE=1 ENABLE_SVG_FONTS=1 ENABLE_FILTERS=1 ENABLE_SVG_AS_IMAGE=1 ENABLE_SVG_ANIMATION=1 ENABLE_SVG_FOREIGN_OBJECT=1" --factory --wrapperFactory perl -I WebCore/bindings/scripts WebCore/dom/make_names.pl --tags WebCore/svg/svgtags.in --attrs WebCore/svg/svgattrs.in --extraDefines " ENABLE_SVG_USE=1 ENABLE_SVG_FONTS=1 ENABLE_FILTERS=1 ENABLE_SVG_AS_IMAGE=1 ENABLE_SVG_ANIMATION=1 ENABLE_SVG_FOREIGN_OBJECT=1" --factory --wrapperFactory perl -I WebCore/bindings/scripts WebCore/dom/make_names.pl --attrs WebCore/svg/xlinkattrs.in perl -I WebCore/bindings/scripts WebCore/dom/make_names.pl --attrs WebCore/xml/xmlnsattrs.in perl -I WebCore/bindings/scripts WebCore/dom/make_names.pl --attrs WebCore/xml/xmlattrs.in perl -I WebCore/bindings/scripts WebCore/dom/make_names.pl --tags WebCore/mathml/mathtags.in --attrs WebCore/mathml/mathattrs.in --factory --wrapperFactory perl -I WebCore/bindings/scripts WebCore/dom/make_names.pl --tags WebCore/mathml/mathtags.in --attrs WebCore/mathml/mathattrs.in --factory --wrapperFactory Not a big deal. But slightly silly.
Attachments
Alex Milowski
Comment 1 2010-10-14 13:50:57 PDT
Very strange. The make rule is much like the rest for generating the element factory code.
Note You need to log in before you can comment on or make changes to this bug.