Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 12 and Version 13 of Projects/OpenLDAP


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

/* examples/openldap/Makefile */

Legend:

Unmodified
Added
Removed
Modified
  • Projects/OpenLDAP

    v12 v13  
    222222 install:  all
    223223        $(INSTALL_VARIANT) -m 555 ${PGMS} /usr/local/tftpboot/bootfiles/m68360/
    224 
    225 To build the executables, I had to change some lines in /opt/rtems-4.11/make/leaf.cfg
     224==  leaf.cfg  ==
     225
     226To build the executables, I had to change some lines in /opt/rtems-4.11/make/leaf.cfg.  nm and size work on object files, with the below changes the build process not only gives fewer errors, but generates .bin and .ralf files in examples/openldap/o-optimize!
    226227
    227228 define default-bsp-post-link
    228229 -       $(NM) -g -n $@ > $(basename $@).num
    229230 -       $(SIZE) $@
    230  endef
     231 endef
     232Because Makefile builds .o object files, the .o extension was needed...
    231233
    232234 define default-bsp-post-link