Changeset 671ce2e8 in rtems for c/src


Ignore:
Timestamp:
03/08/11 23:56:52 (13 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
53a27c2
Parents:
8b53dee
Message:

2011-03-08 Joel Sherrill <joel.sherrill@…>

  • Makefile.inc.in: Fix PROJECT_ROOT to match usage in templates and existing Makefiles.
Location:
c/src/make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/make/ChangeLog

    r8b53dee r671ce2e8  
     12011-03-08      Joel Sherrill <joel.sherrill@oarcorp.com>
     2
     3        * Makefile.inc.in: Fix PROJECT_ROOT to match usage in templates and
     4        existing Makefiles.
     5
    162011-03-07      Ralf Corsépius <ralf.corsepius@rtems.org>
    27
  • c/src/make/Makefile.inc.in

    r8b53dee r671ce2e8  
    3535export OBJCOPY
    3636
    37 RTEMS_CUSTOM = $(prefix)/make/custom/$(RTEMS_BSP).cfg
    38 PROJECT_ROOT = @pkgdatadir@
     37RTEMS_ROOT = $(prefix)
     38PROJECT_ROOT = $(RTEMS_ROOT)
     39RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
     40
    3941RTEMS_USE_OWN_PDIR = no
    4042RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
     
    4648export PROJECT_ROOT
    4749
    48 # FIXME: The following shouldn't be here
    49 RTEMS_ROOT = $(PROJECT_ROOT)
    50 export RTEMS_ROOT
Note: See TracChangeset for help on using the changeset viewer.