forked from Imagelibrary/rtems
2011-03-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.inc.in: Fix PROJECT_ROOT to match usage in templates and existing Makefiles.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-03-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* Makefile.inc.in: Fix PROJECT_ROOT to match usage in templates and
|
||||||
|
existing Makefiles.
|
||||||
|
|
||||||
2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-03-07 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am, configure.ac: Move file generation into Makefile.
|
* Makefile.am, configure.ac: Move file generation into Makefile.
|
||||||
|
|||||||
@@ -34,8 +34,10 @@ export AR
|
|||||||
export SIZE
|
export SIZE
|
||||||
export OBJCOPY
|
export OBJCOPY
|
||||||
|
|
||||||
RTEMS_CUSTOM = $(prefix)/make/custom/$(RTEMS_BSP).cfg
|
RTEMS_ROOT = $(prefix)
|
||||||
PROJECT_ROOT = @pkgdatadir@
|
PROJECT_ROOT = $(RTEMS_ROOT)
|
||||||
|
RTEMS_CUSTOM = $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
|
||||||
|
|
||||||
RTEMS_USE_OWN_PDIR = no
|
RTEMS_USE_OWN_PDIR = no
|
||||||
RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
|
RTEMS_HAS_POSIX_API = @RTEMS_HAS_POSIX_API@
|
||||||
RTEMS_HAS_ITRON_API = no
|
RTEMS_HAS_ITRON_API = no
|
||||||
@@ -45,6 +47,3 @@ export RTEMS_BSP
|
|||||||
export RTEMS_CUSTOM
|
export RTEMS_CUSTOM
|
||||||
export PROJECT_ROOT
|
export PROJECT_ROOT
|
||||||
|
|
||||||
# FIXME: The following shouldn't be here
|
|
||||||
RTEMS_ROOT = $(PROJECT_ROOT)
|
|
||||||
export RTEMS_ROOT
|
|
||||||
|
|||||||
Reference in New Issue
Block a user