scripts/toolchain-config.in
author Jang, Bongseo <graycells@gmail.com>
Sun Sep 23 11:59:28 2012 +0900 (2012-09-23)
changeset 3060 f46a1d105896
parent 1189 5c20d52c8270
permissions -rw-r--r--
kernel/linux: symlink custom kernel source dir with '-f'

build fails to symlink to custom kernel dir when the build is not the first time
because of 'ln -s' without '-f' option.

Signed-off-by: "Jang, Bongseo" <graycells@gmail.com>
Message-ID: <543e2981f2b723ecd850.1348370892@localhost.localdomain>
PatchWork-ID: 186178
yann@894
     1
#!/bin/sh
yann@894
     2
yann@2614
     3
tail -n+5 "${0}" |bzcat
yann@894
     4
exit 0