[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports

Diff for /ports/Makefile between version 1.84 and 1.85

version 1.84, 2018/12/08 10:25:05 version 1.85, 2018/12/08 10:29:12
Line 109 
Line 109 
 create_DEPENDS_CACHE:  create_DEPENDS_CACHE:
         @${_mk_DEPENDS_CACHE}; echo $${_DEPENDS_CACHE}          @${_mk_DEPENDS_CACHE}; echo $${_DEPENDS_CACHE}
   
   destroy_DEPENDS_CACHE:
           @${_PBUILD} rm -rf 2>/dev/null $${_DEPENDS_CACHE}
   
   
 .PHONY: index search distfiles-update-locatedb \  .PHONY: index search distfiles-update-locatedb \
         print-licenses print-index fix-permissions \          print-licenses print-index fix-permissions \
         create_DEPENDS_CACHE          create_DEPENDS_CACHE destroy_DEPENDS_CACHE

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85