jfclere     01/10/26 08:33:46

  Modified:    jk/native buildconf.sh
  Log:
  Remove the mkdir: Directory named was wrong and a dummy file in the directory
  is already used to make  sure that the directory is created.
  
  Revision  Changes    Path
  1.3       +0 -2      jakarta-tomcat-connectors/jk/native/buildconf.sh
  
  Index: buildconf.sh
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/buildconf.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- buildconf.sh      2001/06/23 05:52:12     1.2
  +++ buildconf.sh      2001/10/26 15:33:45     1.3
  @@ -1,7 +1,5 @@
   #!/bin/sh
   
  -# if cvs -dP the dir will not exist. Alternative: create a dummy file in it
  -mkdir script/tool/unix
   echo "libtoolize --force --automake"
   libtoolize --force --automake
   echo "automake -a --foreign -i"
  
  
  


Reply via email to