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

Makefile Rules.gmk problem with CompileProperties.java

XMLWordPrintable

    • b86
    • generic
    • generic

      > It looks like in file j2se/make/common/Rules.gmk
      > >
      > > $(JAVAC_CMD) -d $(PCOMPILER_TEMPDIR) $<
      > >
      > >should be:
      > >
      > > $(JAVAC_BOOT) -d $(PCOMPILER_TEMPDIR) $<
      > >
      > >The JAVAC_CMD variable will already have a -d option.
      > >This is pretty convoluted stuff.
      > >
      > >As to why CompileProperties is being compiled, I suspect the time stamps
      > >are messed up. We should probably just get rid of the CompileProperties.class
      > >file or get rid of the rule that compiles up CompileProperties.
      > >We should not need both, but I'd rather just get rid of the class file
      >from the SCCS files, I never have liked binary files checked into a
      > >workspace.

            ohair Kelly Ohair (Inactive)
            ohair Kelly Ohair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: