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

Redundant macro definition for install-fail in Defs.gmk and Resources.gmk

XMLWordPrintable

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



      Name: dm26566 Date: 02/09/2001


      This macro is in Defs.gmk; similar ones are in Resources.gmk and maybe
      elsewhere:

          define install-file
          @$(ECHO) Installing $@
          @$(MKDIR) -p $(@D)
          @$(RM) $@
          @$(CP) $< $@
          endef

      Scott Seligman says:
        A pet peeve of mine: I don't like the way this makes a speech telling
        approximately what it's doing, rather than printing the actual
        command. The $(MKDIR) and $(RM) and parts are reasonably muffled, but
        what would you think about deleting the $(ECHO) line and changing
        @$(CP) to $(CP) ?



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

            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: