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

Remove solaris path from FillCacheFind

    XMLWordPrintable

Details

    • b111
    • x86
    • windows_2008

    Description

      % cat -n jdk/makefiles/Tools.gmk
          [...]
          26 # Cache all finds needed for this file. Only used on windows.
          27 $(eval $(call FillCacheFind,$(JDK_TOPDIR)/make/tools \
          28 $(JDK_TOPDIR)/src/solaris/classes \
          29 $(JDK_TOPDIR)/makefiles/sun))

      Given that FillCacheFind is Windows only, line 28 should most likely read like this:

           $(JDK_TOPDIR)/src/share/classes \

      Attachments

        Activity

          People

            Unassigned Unassigned
            tbell Tim Bell
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: