docgen
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #!/bin/sh
  2. set -e
  3. if [ -z "$scripts_objtree" ]
  4. then
  5. X=`$TOPDIR/scripts/gen-all-syms "$*"`
  6. $TOPDIR/scripts/docproc $X
  7. else
  8. X=`${scripts_objtree}gen-all-syms "$*"`
  9. TOPDIR=. ${scripts_objtree}docproc $X
  10. fi