From: Jan-Benedict G. <jb...@us...> - 2005-10-02 21:45:38
|
Update of /cvsroot/linux-vax/toolchain/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3962 Modified Files: prepare_toolchain_hacking.sh Log Message: - Document new feature. Index: prepare_toolchain_hacking.sh =================================================================== RCS file: /cvsroot/linux-vax/toolchain/scripts/prepare_toolchain_hacking.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- prepare_toolchain_hacking.sh 1 Oct 2005 14:20:21 -0000 1.4 +++ prepare_toolchain_hacking.sh 1 Oct 2005 14:24:38 -0000 1.5 @@ -7,7 +7,9 @@ echo "Known components: binutils, gcc, glibc, ports" >&2 echo "" >&2 echo "If a component is written as eg. \"binutils+patches\", then all" >&2 - echo "patches will be applied, too." >&2 + echo "patches will be applied, too. If you use it like" >&2 + echo "\"binutils+patches-4\", only patches with numbers less than" >&2 + echo "four will be considered." >&2 exit 1 fi |