You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2004/06/09 14:04:22 UTC

cvs commit: ws-axis/c build.sh

damitha     2004/06/09 05:04:22

  Modified:    c        build.sh
  Log:
  
  
  Revision  Changes    Path
  1.4       +0 -3      ws-axis/c/build.sh
  
  Index: build.sh
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build.sh,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.sh	31 May 2004 04:04:29 -0000	1.3
  +++ build.sh	9 Jun 2004 12:04:22 -0000	1.4
  @@ -4,7 +4,6 @@
   echo "build server, client and samples"
   echo "----------------------------------"
   echo "clean previous build"
  -make distclean
   echo "run libtoolize."          && 
   libtoolize --force              && 
   echo "run aclocal."             && 
  @@ -24,12 +23,10 @@
   make install
   
   cd ${AXISCPP_HOME}/samples/server
  -make distclean
   echo "building server samples"
   sh build.sh
   
   cd ${AXISCPP_HOME}/samples/client
  -make distclean
   echo "building client samples"
   sh build.sh