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

Diff for /src/Makefile between version 1.116 and 1.117

version 1.116, 2011/04/24 22:04:43 version 1.117, 2011/09/17 16:59:53
Line 25 
Line 25 
 # 4) If you are reasonably sure that things will compile OK, use the  # 4) If you are reasonably sure that things will compile OK, use the
 # "make build" target supplied here. Good luck.  # "make build" target supplied here. Good luck.
 #  #
 # 5) If you want to setup a cross-build environment, there is a "cross-tools"  # 5) If you want to setup a cross-build environment, there is a "cross-gcc"
 # target available which upon completion of "make TARGET=<target> cross-tools"  # target available which upon completion of:
   #       make -f Makefile.cross TARGET=<target> cross-gcc"
 # (where <target> is one of the names in the /sys/arch directory) will produce  # (where <target> is one of the names in the /sys/arch directory) will produce
 # a set of compilation tools along with the includes in the /usr/cross/<target>  # a set of compilation tools along with the includes in the /usr/cross/<target>
 # directory. The "cross-distrib" target will build cross-tools as well as  # directory. The "cross-distrib" target will build cross-tools as well as

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117