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

jconsole Makefile clean rule is missing rm of generated Version.java

XMLWordPrintable

    • b105
    • generic
    • generic

      The file jdk/make/sun/jconsole/Makefile is missing a few lines:

      diff -r 0e1d82bbcb2c make/sun/jconsole/Makefile
      --- a/make/sun/jconsole/Makefile Wed Jun 25 16:44:55 2008 -0700
      +++ b/make/sun/jconsole/Makefile Tue Jul 01 13:31:04 2008 -0700
      @@ -87,4 +87,5 @@ build: $(FILES_png) $(FILES_gif) $(TEMPD
       
       clean clobber::
              $(RM) $(TEMPDIR)/manifest $(JARFILE)
      + $(RM) $(GENSRCDIR)/sun/tools/jconsole/Version.java
       
      Without this change a 'gmake clean' in the jdk/make/sun/jconsole directory does not properly clean up the build results.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: