Makefiles: optimized doess not run jdwpgen

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 1.4.0
    • Affects Version/s: 1.3.0
    • Component/s: core-svc
    • None
    • beta
    • generic
    • generic
    • Not verified

      We just downloaded 1.3 and tried to build it,
      and it died saying it couldn't find "JDWPCommands.h".
      That's apparently a generated header file, so I dug a
      little and it looks to me like the GNUmakefile in

              ext/jpda/build/solaris/jdwpgen

      doesn't do anything for an optimized build. Shouldn't it?
      I'm wondering whether

        all: optimized $(GEN_JDWP_JAVA) $(GEN_JDWP_C)

      should be

        all optimized: $(GEN_JDWP_JAVA) $(GEN_JDWP_C)

      Nicholas


            Assignee:
            Robert Field (Inactive)
            Reporter:
            Robert Field (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: