代码搜索:rebuild
找到约 2,872 项符合「rebuild」的源代码
代码结果 2,872
www.eeworm.com/read/275564/10811681
rebuild
#! /bin/sh
#
# rebuild: rebuild Makefile.in, configure, etc. using GNU automake, autoconf,
# and libtool.
#
# $Id: rebuild,v 1.1.1.1 2001/06/27 19:47:42 erikm Exp $
#
echo '$Id: rebuild,v 1.1.1.1 200
www.eeworm.com/read/436014/7779045
rebuild
#!/bin/bash
#export CFLAGS="-Wimplicit -Wreturn-type -Wuninitialized -g -O2"
export CFLAGS="-Wall -g -O2 -ansi -U__STRICT_ANSI__"
rm -f config.h configure Makefile config.cache
rm -rf .deps
autoheader
www.eeworm.com/read/198226/7946652
rebuild
#! /bin/sh
#
# rebuild: rebuild Makefile.in, configure, etc. using GNU automake, autoconf,
# and libtool.
#
# $Id: rebuild,v 1.2 1999/09/08 19:40:59 erikm Exp $
#
echo '$Id: rebuild,v 1.2 1999/09/08
www.eeworm.com/read/198226/7946664
rebuild
#! /bin/sh
#
# rebuild: rebuild Makefile.in, configure, etc. using GNU automake, autoconf,
# and libtool.
#
# $Id: rebuild,v 1.2 1999/09/08 19:40:59 erikm Exp $
#
echo '$Id: rebuild,v 1.2 1999/09/08
www.eeworm.com/read/198225/7946849
rebuild
#! /bin/sh
#
# rebuild: rebuild Makefile.in, configure, etc. using GNU automake, autoconf,
# and libtool.
#
# $Id: rebuild,v 1.1.1.1 2001/06/27 19:47:42 erikm Exp $
#
echo '$Id: rebuild,v 1.1.1.1 200
www.eeworm.com/read/323013/13358625
rebuild
#! /bin/sh
#
# rebuild: rebuild Makefile.in, configure, etc. using GNU automake, autoconf,
# and libtool.
#
# $Id: rebuild,v 1.1.1.1 2001/06/27 19:47:42 erikm Exp $
#
echo '$Id: rebuild,v 1.1.1.1 200
www.eeworm.com/read/401589/11555884
rebuild
#! /bin/sh
#
# rebuild: rebuild Makefile.in, configure, etc. using GNU automake, autoconf,
# and libtool.
#
# $Id: rebuild,v 1.2 1999/09/08 19:40:59 erikm Exp $
#
echo '$Id: rebuild,v 1.2 1999/09/08
www.eeworm.com/read/183535/5254791
rebuild
#! /bin/sh
#
# rebuild: rebuild Makefile.in, configure, etc. using GNU automake, autoconf,
# and libtool.
#
# $Id: rebuild,v 1.1.1.1 2001/06/27 19:47:42 erikm Exp $
#
echo '$Id: rebuild,v 1.1.1.1 200
www.eeworm.com/read/327360/3462534
rebuild
#!/bin/bash
# If its already built
# - remove it first
# - compile it.
# - compile the repository from scratch
make clean
make
make repository
# Unregister the provider if its already there and
www.eeworm.com/read/327360/3462542
rebuild
#!/bin/bash
# If its already built
# - remove it first
# - compile it.
# - compile the repository from scratch
make clean
make
make repository
# Unregister the provider if its already there and