You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jf...@apache.org on 2004/09/17 13:09:41 UTC

cvs commit: apr/build jlibtool.c

jfclere     2004/09/17 04:09:41

  Modified:    build    jlibtool.c
  Log:
  Strange... That is too late to test for dry_run after ranlib.
  
  Revision  Changes    Path
  1.7       +0 -3      apr/build/jlibtool.c
  
  Index: jlibtool.c
  ===================================================================
  RCS file: /home/cvs/apr/build/jlibtool.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jlibtool.c	8 Jul 2004 23:18:52 -0000	1.6
  +++ jlibtool.c	17 Sep 2004 11:09:40 -0000	1.7
  @@ -1349,9 +1349,6 @@
               lib_args[2] = NULL;
               external_spawn(cmd_data, RANLIB, lib_args);
   #endif
  -            if (!cmd_data->options.dry_run) {
  -                //link(
  -            }
           }
   
           if (cmd_data->output == otDynamicLibraryOnly ||