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

Extra backslash in make/pkgdefs/SUNWj3dvx/Makefile.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.0
    • 1.4.0
    • install
    • None
    • beta3
    • sparc
    • solaris_7
    • Not verified

      make/pkgdefs/SUNWj3dvx/Makefile contains this snippet:

      PKGFILES = jre/bin/sparcv9/javac ...
      bin/sparcv9/extcheck bin/sparcv9/jdb
      PKGDBGFILES =

      The extra backslash at the end of the "jdb" line is considered
      a continuation character, which means that it swallows up the
      following line. It's as if it were written:

      PKGFILES = jre/bin/sparcv9/javac ...
      bin/sparcv9/extcheck bin/sparcv9/jdb PKGDBGFILES =

      which is obviously not what's intended.

      This might not be causing any actual harm right now -- just some build
      warnings -- but could least to maintenance problems.

            billyh William Harnois
            sseligmasunw Scott Seligman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: