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

Diff for /ports/Makefile between version 1.74 and 1.75

version 1.74, 2013/01/06 16:14:10 version 1.75, 2015/04/13 13:46:58
Line 81 
Line 81 
   
 ${.CURDIR}/INDEX:  ${.CURDIR}/INDEX:
         @echo "Generating INDEX..."          @echo "Generating INDEX..."
         @${_MAKE} describe MACHINE_ARCH=i386 ECHO_MSG="echo 1>&2" > ${.CURDIR}/INDEX          @${_MAKE} describe MACHINE_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.74  
changed lines
  Added in v.1.75