Parent Directory
|
Revision Log
Add -f option to rm.
1 | #!/bin/sh |
2 | |
3 | export CC=gcc |
4 | export CXX=g++ |
5 | export CPP="gcc -E" |
6 | export CXXCPP="g++ -E" |
7 | |
8 | export MOZ_TOOLS=`pwd`/moztools |
9 | export PATH=$MOZ_TOOLS/bin:$PATH |
10 | |
11 | rm -f config.cache |
12 | ./configure --disable-jit --disable-tests --enable-static |
ViewVC Help | |
Powered by ViewVC 1.1.24 |