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

copying of plugin control panel into JRE_IMAGE_DIR uses direct cp command

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.3.1
    • 1.3.1, 1.4.0
    • infrastructure
    • None
    • rc1
    • generic
    • generic



        Name: dm26566 Date: 02/28/2001


        In make/common/Release.gmk, the following code has been added:

        359a360,364
        > @#
        > @# Copy the ControlPanel.html file into the JRE image directory, if it
        exists...
        > @#
        > if [ -f $(ABS_OUTPUTDIR)/ControlPanel.html ]; then > cp $(ABS_OUTPUTDIR)/ControlPanel.html $(JRE_IMAGE_DIR)/.; ^^

        Note the use of 'cp' instead of $(CP).

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

        There is another instance of this in the same target:

        for i in $(JRE_MAN_PAGES); do cp $(MANDIR)/$$i $(JRE_IMAGE_DIR)/$(DEST_MAN_PATH); done

        dale.mcduffie@Eng 2001-02-28

              dmcduffisunw Dale Mcduffie (Inactive)
              dmcduffisunw Dale Mcduffie (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: