Uploaded image for project: 'Code Tools'
  1. Code Tools
  2. CODETOOLS-7903207

Simplify make/jtreg.gmk rules

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • None
    • tools
    • None

      jtreg.gmk contains rules of the form

      if [ ! -d $(@D) ] ; then $(MKDIR) -p $(@D) ; fi

      which could be simplified. You don't need the `if` test with the -p option

            jkratochvil Jan Kratochvil
            jjg Jonathan Gibbons
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: