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

Diff for /ports/Makefile between version 1.55 and 1.56

version 1.55, 2007/07/28 12:58:34 version 1.56, 2007/09/23 18:14:51
Line 81 
Line 81 
   
 ${.CURDIR}/INDEX:  ${.CURDIR}/INDEX:
         @echo "Generating INDEX..."          @echo "Generating INDEX..."
         @${MAKE} describe ECHO_MSG="echo 1>&2" > ${.CURDIR}/INDEX          @${MAKE} describe MACHINE_ARCH=i386 ECHO_MSG="echo 1>&2" > ${.CURDIR}/INDEX
         @echo "Done."          @echo "Done."
   
 print-index:    ${.CURDIR}/INDEX  print-index:    ${.CURDIR}/INDEX

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56