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

Diff for /ports/Makefile between version 1.75 and 1.76

version 1.75, 2015/04/13 13:46:58 version 1.76, 2015/08/19 17:06:51
Line 81 
Line 81 
   
 ${.CURDIR}/INDEX:  ${.CURDIR}/INDEX:
         @echo "Generating INDEX..."          @echo "Generating INDEX..."
         @${_MAKE} describe MACHINE_ARCH=amd64 ECHO_MSG="echo 1>&2" > ${.CURDIR}/INDEX          @${_MAKE} describe MACHINE_ARCH=amd64 ARCH=amd64 ECHO_MSG="echo 1>&2" > ${.CURDIR}/INDEX
         @echo "Done."          @echo "Done."
   
 print-index:    ${.CURDIR}/INDEX  print-index:    ${.CURDIR}/INDEX

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76