Makefile errors prevent source bundles from building

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 1.4.0
    • Affects Version/s: 1.4.0
    • Component/s: infrastructure
    • None
    • beta2
    • generic
    • generic



      Name: dm26566 Date: 05/22/2001


      The following Make errors prevent the TLDA J2RE source bundles from building:

      make/java/jvm/Makefile
      ----------------------
         ifndef JAE_ONLY
         all:: $(FILES_h)

         clobber::
              $(RM) -r $(INCLUDEDIR)
         endif

      The ifndef/else/endif directives should be removed.

      make/sun/rmi/Makefile
      ---------------------
         #ifdef JAE_ONLY
         TOOLS_SUBDIRS =
         #else
         TOOLS_SUBDIRS = rmic
         #endif

      The directives are written in C style (with preceeding #'s), but in
      Make, they are comments. The #'s should be removed.

      ======================================================================

            Assignee:
            Dale Mcduffie (Inactive)
            Reporter:
            Dale Mcduffie (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: