bnicholes    2004/03/23 13:17:08

  Modified:    .        NWGNUmakefile
               build    nw_export.inc
  Log:
  Add apr_random to the NetWare build
  
  Revision  Changes    Path
  1.23      +6 -3      apr/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/apr/NWGNUmakefile,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- NWGNUmakefile     9 Dec 2003 19:11:03 -0000       1.22
  +++ NWGNUmakefile     23 Mar 2004 21:17:08 -0000      1.23
  @@ -242,6 +242,7 @@
        $(OBJDIR)/apr_getpass.o \
        $(OBJDIR)/apr_hash.o \
        $(OBJDIR)/apr_pools.o \
  +     $(OBJDIR)/apr_random.o \
        $(OBJDIR)/apr_snprintf.o \
        $(OBJDIR)/apr_strings.o \
        $(OBJDIR)/apr_strnatcmp.o \
  @@ -280,6 +281,8 @@
        $(OBJDIR)/readwrite.o \
        $(OBJDIR)/seek.o \
        $(OBJDIR)/sendrecv.o \
  +     $(OBJDIR)/sha2.o \
  +     $(OBJDIR)/sha2_glue.o \
        $(OBJDIR)/shm.o \
        $(OBJDIR)/signals.o \
        $(OBJDIR)/sockaddr.o \
  @@ -431,9 +434,9 @@
        @echo Compiling $<
        $(CC) support\unix\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
        
  -#$(OBJDIR)/%.o: random/unix/%.c $(OBJDIR)\cc.opt
  -#    @echo Compiling $<
  -#    $(CC) random\unix\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
  +$(OBJDIR)/%.o: random/unix/%.c $(OBJDIR)\cc.opt
  +     @echo Compiling $<
  +     $(CC) random\unix\$(<F) -o=$(OBJDIR)\$(@F) @$(OBJDIR)\cc.opt
   
   #
   # Include the 'tail' makefile that has targets that depend on variables 
defined
  
  
  
  1.17      +1 -1      apr/build/nw_export.inc
  
  Index: nw_export.inc
  ===================================================================
  RCS file: /home/cvs/apr/build/nw_export.inc,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- nw_export.inc     17 Nov 2003 02:38:04 -0000      1.16
  +++ nw_export.inc     23 Mar 2004 21:17:08 -0000      1.17
  @@ -31,7 +31,7 @@
   #include "apr_portable.h"
   #include "apr_proc_mutex.h"
   #include "apr_ring.h"
  -/*#include "apr_random.h"*/
  +#include "apr_random.h"
   #include "apr_shm.h"
   #include "apr_signal.h"
   #include "apr_strings.h"
  
  
  

Reply via email to