rebuild-gcc

来自「针对于sa1100的bootloader。blob2.04是一个功能比较强大的b」· 代码 · 共 26 行

TXT
26
字号
#! /bin/sh## rebuild: rebuild Makefile.in, configure, etc. using GNU automake, autoconf,# and libtool.## This is the version for use with the GNU C/C++ compilers## $Id: rebuild-gcc,v 1.1.1.1 2001/06/27 19:47:42 erikm Exp $#echo '$Id: rebuild-gcc,v 1.1.1.1 2001/06/27 19:47:42 erikm Exp $'echo "Setting up for use with GNU C/C++ compilers"echo ""echo "Running automake ... "automake --add-missing --gnuecho "Running aclocal ... "aclocalecho "Running autoconf ... "autoconfecho "Running autoheader ... "autoheader

⌨️ 快捷键说明

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