Changeset 1615

Show
Ignore:
Timestamp:
01/28/05 20:13:25 (4 years ago)
Author:
morris
Message:

Pass -C to configure

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • WiredServer/trunk/install.sh

    r1614 r1615  
    1616svn co "$SVNURL/libzanka/trunk" libzanka 
    1717 
    18 rm -rf "$ROOT/usr/local/wired" 
    19 ./configure --prefix="$ROOT/usr/local" --with-fake-prefix="/usr/local" --enable-warnings 
     18rm -rf "$ROOT/usr/local/wired" "$ROOT/usr/local/man" 
     19./configure -C --prefix="$ROOT/usr/local" --with-fake-prefix="/usr/local" --enable-warnings 
    2020make 
    2121sudo make install