📄 domap.unix.default
字号:
#!/bin/bash# Copyright(C) eyBuild Group, 2005, 2006. All Rights Reserved.## modification history# --------------------# 01c, 2006-5-30 newzy add customize rule description # 01b, 2006-3-23 newzy add get current directory# 01a, 2006-2-15 newzy create## HOW TO CUSTOMIZE YOU MAKE RULES# a. copy this file to you {project}/unix directory, and rename to domap.unix# b. change following options between lines "#" as you like# c. change the execute right as chmod +x domap.unix# c. run it with 'make map' or './domap.unix'#########################################################DEST_DIR=../cspsrcCSP_MAPFILE=../cspmap.mapCSP_MAPLIST=csp_maplistROM_MAPFILE=../rommap.mapROM_MAPLIST=rom_maplist########################################################## get current directory# href: http://bbs.chinaunix.net/viewthread.php?tid=678378&extra=&page=3[ ${0:0:1} = / ] && c_dir=${0%/*} || c_dir=$PWD/${0%/*}# REM convert file$EYBUILD_BASE/bin/donemap.unix $DEST_DIR $CSP_MAPFILE \ $CSP_MAPLIST $ROM_MAPFILE $ROM_MAPLIST $c_dir -l
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -