Changeset 4cc3ff95 in rtems


Ignore:
Timestamp:
07/22/02 22:56:09 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c1f00ca
Parents:
b4cde04
Message:

2002-07-22 Joel Sherrill <joel@…>

Location:
make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    rb4cde04 r4cc3ff95  
     12002-07-22      Joel Sherrill <joel@OARcorp.com>
     2
     3        * Templates/Makefile.leaf: Clarify the MANAGERS example.
     4
    152002-07-01      Joel Sherrill <joel@OARcorp.com>
    26
  • make/Templates/Makefile.leaf

    rb4cde04 r4cc3ff95  
    2828PGMS=${ARCH}/xxx-your-program-here ${ARCH}/xxx-another-one
    2929
    30 # List of RTEMS managers to be included in the application goes here.
    31 # Use:
     30#  List of RTEMS Classic API Managers to be included in the application
     31#  goes here. Use:
    3232#     MANAGERS=all
    33 # to include all RTEMS managers in the application.
    34 MANAGERS=io event message rate_monotonic semaphore timer, etc.
     33# to include all RTEMS Classic API Managers in the application or
     34# something like this to include a specific set of managers.
     35#     MANAGERS=io event message rate_monotonic semaphore timer
     36MANAGERS=XXX
    3537
    3638include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
Note: See TracChangeset for help on using the changeset viewer.