Changes between Version 7 and Version 8 of Projects/OpenLDAP


Ignore:
Timestamp:
06/21/12 20:21:15 (12 years ago)
Author:
C Rempel
Comment:

/* examples/openldap/BuildTests.sh */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v7 v8  
    8989 ### examples/openldap/BuildTests.sh ###
    9090 #!/bin/sh
    91 
     91 
    9292 set -x
    9393 rm -f rtems-grub.cfg
    94 
     94 
    9595 SRCDIR=../../openldap/tests/progs
    9696 ln -s $SRCDIR/slapd-common.h .
     
    116116 rm -f slapd-common.c
    117117 rm -f liblutil.a
    118 
     118 
    119119 # Generate rtems-grub.cfg
    120 
     120 
    121121 echo \# RTEMS Grub configuration for the >> rtems-grub.cfg
    122 
     122 
    123123 # The number of executables
    124 
     124 
    125125 echo set default = $(ls o-optimize | \
    126126 grep '\.'exe | wc -l) >> rtems-grub.cfg
    127 
     127 
    128128 # The menuentries
    129129 ls o-optimize | \