Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4359981

build failure in ext/i18n/make/Makfile

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 1.4.0
    • 1.4.0
    • infrastructure
    • None
    • beta
    • generic
    • generic



      Name: dm26566 Date: 08/05/2000


      ext/i18n/make/Makefile was changed in version 1.33 to
      remove the definition of ABS_JAR and to use the standard definition
      of $(JAR) (plus a few other changes) to build the i18n.jar file. A
      putback undid part that change, but did not redefine ABS_JAR:

      < $(ABS_JAR) -cvf $@ -C $(TMPDIR)/classes sun
      ---
      > $(JAR) -cvf $@ -C $(TMPDIR)/classes sun -C $(TMPDIR)/classes java

      $(JAR) should be used instead.

      This change would not have been tested by the execution of "gnumake all",
      instead "gnumake all images" would be required.


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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: