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

remove unnecessary definition of install-file-localdef in make files

XMLWordPrintable

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



      Name: dm26566 Date: 03/01/2001


      The files make/mkdemo/sound/Makefile, make/mkdemo/jfc/Java2D/Makefile,
      and make/mkdemo/jfc/Font2DTest/Makefile contain the following code:

       #
       # As soon as install-file is available in defs.gmk we can remove
       # the following macro.
       #
       define install-file-localdef
       @$(ECHO) Installing $@
       @$(MKDIR) -p $(@D)
       @$(RM) $@
       @$(CP) $< $@
       endef

      Defs.gmk does have an 'install-file' macro and these definitions should
      be removed and the standard install-file macro used instead.

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

            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: