jnand.cmd

来自「QUALCOMM JNAND DRIVER」· CMD 代码 · 共 32 行

CMD
32
字号
@echo off
REM
REM

REM===========================================================================
REM   File to build JNAND for MSM.  Type "jnand" at command line
REM   and any arguments (like "clean" or "depend") 
REM
REM
REM                           EDIT HISTORY FOR FILE
REM  This section contains comments describing changes made to the module.
REM  Notice that changes are listed in reverse chronological order.
REM
REM  $Header: //depot/asic/MSMSHARED/tools/jnand/jnand.cmd#1 $ $DateTime: 2003/02/06 15:47:46 $ $Author: pingguan $
REM   
REM when       who     what, where, why
REM --------   ---     -------------------------------------------------------
REM 02/06/03   pg      Moved from ASWP402 server to ASWP401 server.
REM 07/05/02   drh     Created
REM
REM
REM  Copyright (c) 2002 by QUALCOMM Incorporated. 
REM                All Rights Reserved.
REM===========================================================================


if exist buildjnand.log rm -f buildjnand.old.log && mv buildjnand.log buildjnand.old.log > nul

make -f jnand.mak %1 2>&1 | perl tee.pl buildjnand.log


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?