tools/toolchain-config.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jan 27 23:22:47 2009 +0000 (2009-01-27)
branch1.3
changeset 1167 aeeab714fa8f
permissions -rw-r--r--
Backport #1303 from /trunk:
- Fix initialising the workspace

/branches/1.3/scripts/crosstool.sh | 100 43 57 0 ++++++++++++++++++++++-----------------------------
1 file changed, 43 insertions(+), 57 deletions(-)
     1 #!/bin/sh
     2 
     3 SKIP_ME="### CT_NG SKIP ME ###"
     4 skip_me=$(($(cat "${0}" |grep --binary-files=text -o -b -E "^${SKIP_ME}$" |cut -d : -f 1)+${#SKIP_ME}+1))
     5 dd if="${0}" bs=${skip_me} skip=1 2>/dev/null |bzcat
     6 exit 0
     7 
     8 ### CT_NG SKIP ME ###